Skip to content

Commit

Permalink
updated eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Jan 17, 2020
1 parent ede8351 commit 8fd2128
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.js

This file was deleted.

20 changes: 20 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"env": {
"node": true,
"commonjs": true,
"es6": true,
"mocha": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-console": 0,
"no-useless-escape": 0
}
}

0 comments on commit 8fd2128

Please sign in to comment.