Skip to content

Commit

Permalink
Add more ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 20, 2018
1 parent 5889db7 commit cdd6709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -70,7 +70,10 @@
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:ava/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:promise/recommended",
"standard"
],
Expand All @@ -93,6 +96,7 @@
}
],
"ava/prefer-async-await": 0,
"no-console": 0,
"strict": "error"
}
}
Expand Down

0 comments on commit cdd6709

Please sign in to comment.