23 lines
325 B
JSON
23 lines
325 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"indent": [
|
||
|
true,
|
||
|
4,
|
||
|
"spaces"
|
||
|
],
|
||
|
"quotemark": [
|
||
|
"single"
|
||
|
],
|
||
|
"no-unused-expression": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"curly": true,
|
||
|
"class-name": true,
|
||
|
"triple-equals": [
|
||
|
true
|
||
|
],
|
||
|
"semicolon": [
|
||
|
true,
|
||
|
"always"
|
||
|
]
|
||
|
}
|
||
|
}
|