chore: disable no-dupe-args rule (#9169)

This commit is contained in:
Brooooooklyn 2024-12-17 03:08:11 +00:00
parent d3e7edf7c4
commit 36ac79351f
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99

View File

@ -69,6 +69,8 @@ export default tseslint.config(
...react.configs.recommended.rules,
...react.configs['jsx-runtime'].rules,
...reactHooks.configs.recommended.rules,
// covered by TypeScript
'no-dupe-args': 'off',
// the following rules are disabled because they are covered by oxlint
'array-callback-return': 'off',
'constructor-super': 'off',