Skip to content

Commit 6988ea3

Browse files
committed
Disable ESLint rules covered by Biome
1 parent 9dfe7e6 commit 6988ea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ module.exports = require('@sumup-oss/foundry/eslint')({
2323
'@sumup-oss/circuit-ui/no-renamed-props': 'error',
2424
'@sumup-oss/circuit-ui/prefer-custom-properties': 'warn',
2525
'react/no-unknown-property': ['error', { ignore: ['css'] }],
26+
// These rules are already covered by Biome
27+
'jsx-a11y/click-events-have-key-events': 'off',
28+
'jsx-a11y/no-static-element-interactions': 'off',
2629
},
2730
parserOptions: {
2831
project: ['./packages/*/tsconfig.json', './tsconfig.eslint.json'],

0 commit comments

Comments
 (0)