Skip to content

Commit 75bb1fd

Browse files
committed
switch from jsxA11y.flatConfigs.recommended to strict
1 parent 300a31d commit 75bb1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const reactConfig: Config = [
2424
reactHooks.configs['recommended-latest'],
2525
reactRefresh.configs.vite,
2626
importPlugin.flatConfigs.react,
27-
jsxA11y.flatConfigs.recommended,
27+
jsxA11y.flatConfigs.strict,
2828
{
2929
name: 'bosh/react',
3030
files: ['**/*.{js,ts,jsx,tsx}'],

0 commit comments

Comments
 (0)