Skip to content

Commit bab6f6e

Browse files
committed
feat: improve compatibility with noPropertyAccessFromIndexSignature
1 parent fbbf906 commit bab6f6e

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
@@ -181,6 +181,7 @@ module.exports = {
181181
files: ["*.ts", "*.tsx", "*.mts", "*.cts"],
182182
rules: {
183183
"no-void": ["error", { allowAsStatement: true }],
184+
"dot-notation": "off",
184185
},
185186
},
186187
{

0 commit comments

Comments
 (0)