Browse Source

Disable some dumb eslint rules

master
meriadec 7 years ago
parent
commit
e8b3ae488a
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 3
      .eslintrc

3
.eslintrc

@ -33,6 +33,9 @@
"jsx-a11y/anchor-is-valid": 0,
"jsx-a11y/label-has-for": 0,
"new-cap": 0,
"no-await-in-loop": 0,
"no-restricted-globals": 0,
"no-unused-expressions": 0,
"no-nested-ternary": 0,
"no-param-reassign": 0,
"no-plusplus": 0,

Loading…
Cancel
Save