Skip to content

Commit

Permalink
Add eslint-plugin-ava and recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 10, 2019
1 parent e3a675b commit 52d7451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -9,6 +9,7 @@
},
"extends": [
"eslint:recommended",
"plugin:ava/recommended",
"prettier"
],
"plugins": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -82,6 +82,7 @@
"ava": "1.0.1",
"eslint": "5.12.0",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-ava": "5.1.1",
"eslint-plugin-prettier": "3.0.1",
"markdown-toc": "1.2.0",
"mock-stdio": "1.0.3",
Expand Down

0 comments on commit 52d7451

Please sign in to comment.