Skip to content

Commit

Permalink
apply suggested fix for no-invalid-this from typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenotalora committed Sep 9, 2021
1 parent a8ec7ad commit f8114bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module.exports = {
camelcase: 'off',
'no-unused-vars': 'off',
'no-shadow': 'off',
'no-invalid-this': "off",
'@typescript-eslint/no-invalid-this': ['error'],
'@typescript-eslint/no-shadow': ['error'],
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
Expand Down

0 comments on commit f8114bc

Please sign in to comment.