Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jul 20, 2016
1 parent 16aaef0 commit 460993d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
"no-console": "warn",
"no-unused-vars": "off",
"semi": "error",
"indent": ["error", 2, {
"VariableDeclarator": {
"var": 2,
Expand Down

0 comments on commit 460993d

Please sign in to comment.