Skip to content

Commit

Permalink
# eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ml1nk committed Dec 24, 2019
1 parent ef37c88 commit 8b37ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
@@ -1,8 +1,6 @@
{
"parserOptions": {
"parserOptions": {
"ecmaVersion": 8
}
"ecmaVersion": 8
},
"env": {
"browser": true,
Expand Down
11 changes: 3 additions & 8 deletions test/.eslintrc
@@ -1,12 +1,7 @@
{
"parserOptions": {
"ecmaVersion": 8
},
"env": {
"es6": true,
"commonjs": true,
"mocha": true,
"node": true
},
"extends": "eslint:recommended"
"node" : true,
"browser" : false
}
}

0 comments on commit 8b37ca6

Please sign in to comment.