Skip to content

Commit

Permalink
Dev: updated .eslint to latest version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jan 29, 2020
1 parent d01b76b commit 71898e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Expand Up @@ -3,8 +3,8 @@
"es6": true
},
"globals": {
"LS" : "on",
"$" : "on"
"LS" : "writable",
"$" : "readonly"
},
"rules": {
"semi": ["warn", "always"],
Expand Down

0 comments on commit 71898e9

Please sign in to comment.