Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Add ESLint to dependencies and fix eslintrc
Browse files Browse the repository at this point in the history
ESLint configuration option "ecmaFeatures" is now
"parserOptions.ecmaFeatures". See
eslint/eslint#8726
  • Loading branch information
noppa committed Nov 17, 2017
1 parent 5b40407 commit 1efceb6
Show file tree
Hide file tree
Showing 3 changed files with 941 additions and 940 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
@@ -1,6 +1,8 @@
{
"ecmaFeatures": {
"modules": true
"parserOptions": {
"ecmaFeatures": {
"modules": true
}
},
"env": {
"node": true,
Expand Down

0 comments on commit 1efceb6

Please sign in to comment.