mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
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:
+1
-15
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user