Chore: install and configure AVA

This commit is contained in:
Joey Baker
2016-09-05 17:10:58 -07:00
parent f2f613b35b
commit de0685c8bb
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
{
"extends": "pichak"
"plugins": [
"ava"
],
"extends": [
"pichak",
"plugin:ava/recommended"
]
}