Skip to content

Commit 984bc77

Browse files
committed
build: update eslint config
Signed-off-by: Luozhou (Siyuan Cao) <luozhou.csy@alibaba-inc.com>
1 parent cddcef0 commit 984bc77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ module.exports = {
3737
'@typescript-eslint/return-await': 'off',
3838
'no-else-return': 'off',
3939
'@typescript-eslint/no-unused-vars': 'warn',
40+
'class-methods-use-this': 'off',
4041
},
4142
}

0 commit comments

Comments
 (0)