From f9313e629aa1a33416054b439635967193176d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=98=8E=E5=81=A5?= Date: Wed, 13 Sep 2023 11:54:15 +0800 Subject: [PATCH] feat: improve compatibility with `noPropertyAccessFromIndexSignature` (#145) --- packages/eslint-config-basic/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eslint-config-basic/index.js b/packages/eslint-config-basic/index.js index 242a5df957..67d13e348f 100644 --- a/packages/eslint-config-basic/index.js +++ b/packages/eslint-config-basic/index.js @@ -181,6 +181,7 @@ module.exports = { files: ['*.ts', '*.tsx', '*.mts', '*.cts'], rules: { 'no-void': ['error', { allowAsStatement: true }], + 'dot-notation': 'off', }, }, {