mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"rules": {
|
|
"no-string-throw": true,
|
|
"no-unused-expression": true,
|
|
"no-duplicate-variable": true,
|
|
"curly": [
|
|
true,
|
|
"ignore-same-line"
|
|
],
|
|
"class-name": true,
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"triple-equals": true
|
|
},
|
|
"defaultSeverity": "warning"
|
|
} |