Skip to content

Commit

Permalink
feat: improve compatibility with noPropertyAccessFromIndexSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 21, 2022
1 parent 42dddba commit 36d40c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Expand Up @@ -151,6 +151,7 @@ module.exports = {
files: ['*.ts', '*.tsx', '*.mts', '*.cts'],
rules: {
'no-void': ['error', { allowAsStatement: true }],
'dot-notation': 'off',
},
},
{
Expand Down

0 comments on commit 36d40c2

Please sign in to comment.