diff --git a/eslint.config.js b/eslint.config.js index 8b6235587f8..ca35a088c17 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -159,21 +159,7 @@ export default tseslint.config( } ], 'jsdoc/no-types': 'warn', - 'local/code-no-static-self-ref': 'warn' - } - }, - // vscode TS - { - files: [ - 'src/**/*.ts', - ], - languageOptions: { - parser: tseslint.parser, - }, - plugins: { - '@typescript-eslint': tseslint.plugin, - }, - rules: { + 'local/code-no-static-self-ref': 'warn', '@typescript-eslint/naming-convention': [ 'warn', {