Skip to content

Commit f9313e6

Browse files
authoredSep 13, 2023
feat: improve compatibility with noPropertyAccessFromIndexSignature (#145)
1 parent ad07d91 commit f9313e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+1
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)
Please sign in to comment.