Skip to content

Commit 1f879a6

Browse files
committed
feat: turn off @typescript-eslint/class-methods-use-this
1 parent 3ca6a18 commit 1f879a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/eslintrc.template.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = ({ tsconfigRootDir, optimizeImports = true }) => ({
3737
return acc;
3838
}, {}),
3939
'class-methods-use-this': 'off',
40+
'@typescript-eslint/class-methods-use-this': 'off',
4041
curly: [2, 'all'],
4142
'linebreak-style': 'off',
4243
'no-console': 'off',

0 commit comments

Comments
 (0)