From ce846e00414c41676a6a8601022059878bcc0b89 Mon Sep 17 00:00:00 2001 From: k35o Date: Thu, 15 Aug 2024 10:51:05 +0900 Subject: [PATCH] [readme] fix jsxA11y import name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ea032d..70e8b49a 100644 --- a/README.md +++ b/README.md @@ -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 = [