Skip to content

Commit

Permalink
Merge pull request #1282 from Quramy/modify_eslint_config
Browse files Browse the repository at this point in the history
chore: Turn off duplicated rule
  • Loading branch information
Quramy committed Apr 1, 2024
2 parents c7327dd + 8f16385 commit 788423c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
root: true
extends:
- prettier
parser: '@typescript-eslint/parser'
parserOptions:
sourceType: 'module'
project: './tsconfig.json'
ecmaFeatures:
jsx: true
useJSXTextNode: true
extends:
- prettier
plugins:
- '@typescript-eslint'
rules:
Expand All @@ -19,10 +19,6 @@ rules:
no-unsafe-finally: error
prefer-const: error
prefer-rest-params: error
prefer-spread: error
object-curly-spacing:
- error
- always
no-trailing-spaces:
- error
- ignoreComments: true
Expand Down

0 comments on commit 788423c

Please sign in to comment.