Skip to content

Commit

Permalink
Add eslint rule semicolons required
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Sep 24, 2018
1 parent bcace20 commit 556c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"parserOptions": { "ecmaVersion": 5 },
"rules": {
"semi": "off",
"semi": ["error", "always"],
"indent": ["warn", 2, {
"VariableDeclarator": { "var": 2 },
"SwitchCase": 1,
Expand Down

0 comments on commit 556c4a0

Please sign in to comment.