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 40e2bb8 commit 7062cc5Copy full SHA for 7062cc5
src/configs/react.ts
@@ -78,6 +78,7 @@ export async function react(options: ReactOptions = {}): Promise<ESLintFlatConfi
78
'react-hooks-extra': plugins['@eslint-react/hooks-extra'],
79
'react-naming-convention': plugins['@eslint-react/naming-convention'],
80
'react-refresh': ReactRefreshPlugin,
81
+ 'react-web-api': plugins['@eslint-react/web-api'],
82
...(a11y && JsxA11yPlugin ? { 'jsx-a11y': JsxA11yPlugin } : {}),
83
},
84
rules: {
0 commit comments