From 0295564b79ab28180778b4ac674544a08b3a7f1d Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:32:18 -0700 Subject: [PATCH] Apply class pascal cases eslint rule to all ts files No reason to keep this just to core --- eslint.config.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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', {