Skip to content

Commit

Permalink
Disable no-multi-assign for eslint (#761)
Browse files Browse the repository at this point in the history
* Disable no-multi-assign for eslint

* Add bundle to eslintignore
  • Loading branch information
jhen0409 authored Feb 16, 2017
1 parent 210e6a4 commit 6a0c7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
flow-typed/**/*.js
flow-typed/
app/dist/
app/main.js
node_modules
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"import/no-extraneous-dependencies": "off",
"no-console": 0,
"no-use-before-define": "off",
"no-multi-assign": 0,
"promise/param-names": 2,
"promise/always-return": 2,
"promise/catch-or-return": 2,
Expand Down

0 comments on commit 6a0c7f3

Please sign in to comment.