Merge pull request #311537 from mjbvz/dev/mjbvz/wee-parrot

Apply class pascal cases eslint rule to all ts files
This commit is contained in:
Matt Bierner
2026-04-20 16:54:00 -07:00
committed by GitHub
+1 -15
View File
@@ -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',
{