Skip to content

Commit

Permalink
Update ESLint config for eslint/eslint#12920
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Feb 24, 2020
1 parent 2f0227b commit f705b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint/.eslintrc.json
Expand Up @@ -139,13 +139,15 @@
"no-cond-assign": 0,
"no-console": 0,
"no-control-regex": 0,
"no-dupe-else-if": "error",
"no-empty": 0,
"no-ex-assign": 0,
"no-import-assign": "error",
"no-iterator": "error",
"no-new-require": "error",
"no-return-await": "error",
"no-self-compare": "error",
"no-setter-return": 0,
"no-sparse-arrays": 0,
"no-trailing-spaces": [
"error",
Expand Down

0 comments on commit f705b59

Please sign in to comment.