Skip to content

Commit

Permalink
[readme] fix jsxA11y import name
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o authored and ljharb committed Aug 15, 2024
1 parent cca288b commit ce846e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default [
For most of the cases, you probably want to configure some of these properties yourself.

```js
const jsxA11yRecommended = require('eslint-plugin-jsx-a11y');
const jsxA11y = require('eslint-plugin-jsx-a11y');
const globals = require('globals');

module.exports = [
Expand Down

0 comments on commit ce846e0

Please sign in to comment.