Browse Source

fix(eslint-compat): Enable eslint compat rules

Note the compat rules enabled are based on browserlist in package.json
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
0e05b79664
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 3
      .eslintrc

3
.eslintrc

@ -34,7 +34,8 @@
"react/require-default-props": 0,
"max-len": ["error", 150],
"import/no-extraneous-dependencies": 0,
"no-new": 0
"no-new": 0,
"compat/compat": "error"
},
"plugins": [
"flowtype",

Loading…
Cancel
Save