2015-06-26 02:24:02 +03:00
|
|
|
{
|
|
|
|
"rules": {
|
|
|
|
"class-name": true,
|
|
|
|
"comment-format": [true,
|
|
|
|
"check-space"
|
|
|
|
],
|
2015-07-23 10:05:53 +03:00
|
|
|
"indent": [true,
|
|
|
|
"spaces"
|
|
|
|
],
|
2015-06-30 03:47:24 +03:00
|
|
|
"one-line": [true,
|
2015-08-26 04:09:32 +03:00
|
|
|
"check-open-brace",
|
|
|
|
"check-whitespace"
|
2015-06-30 03:47:24 +03:00
|
|
|
],
|
2015-06-26 02:24:02 +03:00
|
|
|
"no-var-keyword": true,
|
2015-07-23 10:05:53 +03:00
|
|
|
"quotemark": [true,
|
|
|
|
"double"
|
|
|
|
],
|
2015-06-26 02:24:02 +03:00
|
|
|
"semicolon": true,
|
|
|
|
"whitespace": [true,
|
|
|
|
"check-branch",
|
|
|
|
"check-operator",
|
|
|
|
"check-separator",
|
2015-08-26 04:09:32 +03:00
|
|
|
"check-type",
|
|
|
|
"check-module"
|
2015-07-23 10:05:53 +03:00
|
|
|
],
|
|
|
|
"typedef-whitespace": [true, {
|
|
|
|
"call-signature": "nospace",
|
|
|
|
"index-signature": "nospace",
|
|
|
|
"parameter": "nospace",
|
|
|
|
"property-declaration": "nospace",
|
|
|
|
"variable-declaration": "nospace"
|
2015-08-26 04:09:32 +03:00
|
|
|
}],
|
|
|
|
"next-line": [true,
|
|
|
|
"check-catch",
|
|
|
|
"check-else"
|
|
|
|
],
|
|
|
|
"no-internal-module": true,
|
|
|
|
"no-trailing-whitespace": true,
|
2015-08-26 04:37:52 +03:00
|
|
|
"no-inferrable-types": true,
|
2015-08-26 21:59:53 +03:00
|
|
|
"no-null": true,
|
|
|
|
"boolean-trivia": true
|
2015-06-26 02:24:02 +03:00
|
|
|
}
|
2015-07-09 03:42:26 +03:00
|
|
|
}
|