mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
20 lines
535 B
JSON
20 lines
535 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"indent": [true, "spaces"],
|
||
|
"quotemark": [true, "single"],
|
||
|
"semicolon": false,
|
||
|
"no-inferrable-types": [true, "ignore-params"],
|
||
|
"curly": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-empty": true,
|
||
|
"no-eval": true,
|
||
|
"no-invalid-this": true,
|
||
|
"no-shadowed-variable": true,
|
||
|
"no-unused-expression": true,
|
||
|
"no-unused-new": true,
|
||
|
"no-use-before-declare": true,
|
||
|
"no-var-keyword": true,
|
||
|
"new-parens": true
|
||
|
}
|
||
|
}
|