We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca288b commit ce846e0Copy full SHA for ce846e0
README.md
@@ -178,7 +178,7 @@ export default [
178
For most of the cases, you probably want to configure some of these properties yourself.
179
180
```js
181
-const jsxA11yRecommended = require('eslint-plugin-jsx-a11y');
+const jsxA11y = require('eslint-plugin-jsx-a11y');
182
const globals = require('globals');
183
184
module.exports = [
0 commit comments