mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix(eslint): duplicate config rules
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
f479135910
commit
fbdd7251d1
1 changed files with 0 additions and 2 deletions
|
|
@ -152,7 +152,6 @@ export default [
|
|||
},
|
||||
],
|
||||
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', caughtErrors: 'none' }],
|
||||
'@typescript-eslint/no-var-requires': 'off',
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
|
|
@ -195,7 +194,6 @@ export default [
|
|||
'sonarjs/no-ignored-exceptions': 'off',
|
||||
'sonarjs/no-nested-functions': 'off',
|
||||
'sonarjs/todo-tag': 'off',
|
||||
'sonarjs/no-nested-functions': 'off',
|
||||
'sonarjs/sonar-max-params': 'off',
|
||||
'sonarjs/no-nested-conditional': 'off',
|
||||
'sonarjs/no-empty-function': 'off',
|
||||
|
|
|
|||
Loading…
Reference in a new issue