16 lines
No EOL
273 B
JSON
16 lines
No EOL
273 B
JSON
{
|
|
"rules": {
|
|
"no-unused-expression": true,
|
|
"no-unreachable": true,
|
|
"no-duplicate-variable": true,
|
|
"no-duplicate-key": true,
|
|
"no-unused-variable": true,
|
|
"curly": true,
|
|
"class-name": true,
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"triple-equals": true
|
|
}
|
|
} |