kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.1 KiB
61 lines
1.1 KiB
9 years ago
|
{
|
||
|
"rules": {
|
||
|
"class-name": true,
|
||
|
"curly": true,
|
||
|
"eofline": false,
|
||
|
"forin": true,
|
||
|
"indent": [
|
||
|
true,
|
||
|
4
|
||
|
],
|
||
|
"label-position": true,
|
||
|
"max-line-length": [
|
||
|
false,
|
||
|
140
|
||
|
],
|
||
|
"no-var-keyword": false,
|
||
|
"no-arg": true,
|
||
|
"no-bitwise": true,
|
||
|
"no-console": [
|
||
|
true,
|
||
|
"debug",
|
||
|
"info",
|
||
|
"time",
|
||
|
"timeEnd",
|
||
|
"trace"
|
||
|
],
|
||
|
"no-construct": true,
|
||
|
"no-debugger": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-empty": true,
|
||
|
"no-eval": true,
|
||
|
"no-string-literal": false,
|
||
|
"no-trailing-whitespace": true,
|
||
|
"no-use-before-declare": true,
|
||
|
"one-line": [
|
||
|
true,
|
||
|
"check-open-brace",
|
||
|
"check-whitespace"
|
||
|
],
|
||
|
"quotemark": [
|
||
|
true,
|
||
|
"single",
|
||
|
"avoid-escape"
|
||
|
],
|
||
|
"radix": false,
|
||
|
"semicolon": true,
|
||
|
"triple-equals": [
|
||
|
true,
|
||
|
"allow-null-check"
|
||
|
],
|
||
|
"variable-name": false,
|
||
|
"whitespace": [
|
||
|
true,
|
||
|
"check-branch",
|
||
|
"check-decl",
|
||
|
"check-operator",
|
||
|
"check-separator"
|
||
|
]
|
||
|
}
|
||
|
}
|