Browse Source

enhance(eslint-a11y): Enable the strict jsx-a11y

We're currently passing these, apart from those explicitly disabled.
https://www.npmjs.com/package/eslint-plugin-jsx-a11y#difference-between-recommended-and-strict-mode
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
a1194a8171
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 3
      .eslintrc

3
.eslintrc

@ -9,7 +9,8 @@
"plugin:react/recommended", "plugin:react/recommended",
"plugin:flowtype/recommended", "plugin:flowtype/recommended",
"plugin:import/errors", "plugin:import/errors",
"plugin:import/warnings" "plugin:import/warnings",
"plugin:jsx-a11y/strict"
], ],
"env": { "env": {
"browser": true, "browser": true,

Loading…
Cancel
Save