Skip to content

Commit

Permalink
Merge pull request #3 from facile-it/ts-dot-notation
Browse files Browse the repository at this point in the history
fix: replace dot-notation with ts version
  • Loading branch information
siuvdlec authored Oct 25, 2022
2 parents dbfd9ff + 81d7336 commit 9d12c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export = {
complexity: 'off',
curly: 'error',
'default-case': 'off',
'dot-notation': 'error',
'dot-notation': 'off',
eqeqeq: 'error',
'guard-for-in': 'error',
'id-match': 'error',
Expand Down Expand Up @@ -58,6 +58,7 @@ export = {
'prefer-template': 'error',
'wrap-iife': ['error', 'inside'],

'@typescript-eslint/dot-notation': 'error',
'@typescript-eslint/no-namespace': 'warn',
'@typescript-eslint/consistent-type-definitions': 'error',
'@typescript-eslint/no-empty-interface': 'off',
Expand Down

0 comments on commit 9d12c42

Please sign in to comment.