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

0 comments on commit f9313e6

Please sign in to comment.