Skip to content

Commit

Permalink
feat: turn off @typescript-eslint/class-methods-use-this
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Jan 21, 2025
1 parent 3ca6a18 commit 1f879a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/eslintrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = ({ tsconfigRootDir, optimizeImports = true }) => ({
return acc;
}, {}),
'class-methods-use-this': 'off',
'@typescript-eslint/class-methods-use-this': 'off',
curly: [2, 'all'],
'linebreak-style': 'off',
'no-console': 'off',
Expand Down

0 comments on commit 1f879a6

Please sign in to comment.