Skip to content

Commit 1d4951c

Browse files
committed
feat: improve compatibility with noPropertyAccessFromIndexSignature
1 parent 92d7751 commit 1d4951c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-basic/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ module.exports = {
177177
files: ['*.ts', '*.tsx', '*.mts', '*.cts'],
178178
rules: {
179179
'no-void': ['error', { allowAsStatement: true }],
180+
'dot-notation': 'off',
180181
},
181182
},
182183
{

0 commit comments

Comments
 (0)