This commit is contained in:
31
node_modules/jsonc-parser/.eslintrc.json
generated
vendored
Normal file
31
node_modules/jsonc-parser/.eslintrc.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
{
|
||||
"root": true,
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/naming-convention": [
|
||||
"warn",
|
||||
{
|
||||
"selector": "typeLike",
|
||||
"format": [
|
||||
"PascalCase"
|
||||
]
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/semi": "warn",
|
||||
"curly": "warn",
|
||||
"eqeqeq": "warn",
|
||||
"no-throw-literal": "warn",
|
||||
"semi": "off",
|
||||
"no-unused-expressions": "warn",
|
||||
"no-duplicate-imports": "warn",
|
||||
"new-parens": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user