mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 20:01:37 +03:00
chore: disable no-dupe-args rule (#9169)
This commit is contained in:
parent
d3e7edf7c4
commit
36ac79351f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user