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 Mar 24, 2023
1 parent e17d2f8 commit 232fcf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -163,6 +163,7 @@ module.exports = {
files: ['*.ts', '*.tsx', '*.mts', '*.cts'],
rules: {
'no-void': ['error', { allowAsStatement: true }],
'dot-notation': 'off',
},
},
{
Expand Down

0 comments on commit 232fcf2

Please sign in to comment.