Skip to content

Commit

Permalink
Add ESLint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 24, 2015
1 parent 0c160ed commit 9aa45df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"no-loop-func": 2,
"no-multi-spaces": 2,
"no-multi-str": 2,
"no-new-func": 2,
"no-new-wrappers": 2,
"no-new": 2,
"no-param-reassign": 2,
"no-unused-expressions": 2,
"no-useless-call": 2,
Expand Down Expand Up @@ -123,10 +126,12 @@
1,
"always"
],
"no-array-constructor": 2,
"no-bitwise": 1,
"no-lonely-if": 1,
"no-multi-spaces": 1,
"no-multiple-empty-lines": 1,
"no-new-object": 2,
"no-spaced-func": 1,
"no-trailing-spaces": 1,
"no-unneeded-ternary": 1,
Expand Down

0 comments on commit 9aa45df

Please sign in to comment.