Skip to content

Commit ce846e0

Browse files
k35oljharb
authored andcommitted
[readme] fix jsxA11y import name
1 parent cca288b commit ce846e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default [
178178
For most of the cases, you probably want to configure some of these properties yourself.
179179

180180
```js
181-
const jsxA11yRecommended = require('eslint-plugin-jsx-a11y');
181+
const jsxA11y = require('eslint-plugin-jsx-a11y');
182182
const globals = require('globals');
183183

184184
module.exports = [

0 commit comments

Comments
 (0)