Skip to content

Commit

Permalink
add missing eslint definition
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 30, 2016
1 parent 1942641 commit a169951
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"indent": [2, 4, {"SwitchCase": 1}],
"one-var": [2, "never"],
"no-trailing-spaces": [2, { "skipBlankLines": false }],
"keyword-spacing": [2, {"overrides": {
}}],
"keyword-spacing": [2, {
"overrides": { },
before: true,
after: true
}],
"no-delete-var": 2,
"no-label-var": 2,
"no-shadow": 2,
Expand Down

0 comments on commit a169951

Please sign in to comment.