Skip to content

Commit 0d7e980

Browse files
committed
feat(projects): turn off rule: no-useless-assignment
1 parent 4e11ec1 commit 0d7e980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/javascript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export function createJsConfig() {
122122
argsIgnorePattern: '^_'
123123
}
124124
],
125+
'no-useless-assignment': 'off',
125126
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
126127
'object-shorthand': [
127128
'error',

0 commit comments

Comments
 (0)