mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-11 04:59:25 +08:00
16 lines
248 B
JSON
16 lines
248 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"no-string-throw": true,
|
||
|
"no-unused-expression": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"curly": true,
|
||
|
"class-name": true,
|
||
|
"semicolon": [
|
||
|
true,
|
||
|
"always"
|
||
|
],
|
||
|
"triple-equals": true
|
||
|
},
|
||
|
"defaultSeverity": "warning"
|
||
|
}
|