Skip to content

Commit

Permalink
fix up eslintrc to ignore all style rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yunong committed May 22, 2015
1 parent 6ce9ca0 commit 3f504ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -6,4 +6,5 @@ bin/
deps/ deps/
docs/ docs/
examples/ examples/
cover_html/


4 changes: 2 additions & 2 deletions .eslintrc
Expand Up @@ -100,9 +100,9 @@
"no-path-concat": [ 0 ], "no-path-concat": [ 0 ],
"no-process-exit": [ 0 ], "no-process-exit": [ 0 ],


// stylistic // stylistic - turn off all style rules. we use a separate style checker
"camelcase": [ 0 ], "camelcase": [ 0 ],
"eol-last": [ 2 ], "eol-last": [ 0 ],
"key-spacing": [ 0 ], "key-spacing": [ 0 ],
"new-cap": [ 0 ], "new-cap": [ 0 ],
"no-array-constructor": [ 0 ], "no-array-constructor": [ 0 ],
Expand Down

0 comments on commit 3f504ae

Please sign in to comment.