Skip to content

Commit

Permalink
feat(projects): turn off rule: no-useless-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 22, 2024
1 parent 4e11ec1 commit 0d7e980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export function createJsConfig() {
argsIgnorePattern: '^_'
}
],
'no-useless-assignment': 'off',
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
'object-shorthand': [
'error',
Expand Down

0 comments on commit 0d7e980

Please sign in to comment.