Update tslint for ===, quotes, and formatting
parent
38c2155bbc
commit
418511c9a3
|
@ -8,16 +8,13 @@
|
||||||
"number-literal-format": true,
|
"number-literal-format": true,
|
||||||
"one-line": [true, "check-catch", "check-finally", "check-else", "check-open-brace", "check-whitespace"],
|
"one-line": [true, "check-catch", "check-finally", "check-else", "check-open-brace", "check-whitespace"],
|
||||||
"one-variable-per-declaration": [true, "ignore-for-loop"],
|
"one-variable-per-declaration": [true, "ignore-for-loop"],
|
||||||
"ordered-imports": [
|
"ordered-imports": [true, {"import-sources-order": "lowercase-last", "named-imports-order": "lowercase-last"}
|
||||||
true,
|
|
||||||
{
|
|
||||||
"import-sources-order": "lowercase-last",
|
|
||||||
"named-imports-order": "lowercase-last"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"prefer-template": true,
|
"prefer-template": true,
|
||||||
|
"quotemark": [true, "double", "avoid-escape"],
|
||||||
"semicolon": true,
|
"semicolon": true,
|
||||||
"space-before-function-paren": false,
|
"space-before-function-paren": false,
|
||||||
|
"triple-equals": [true, "allow-null-check"],
|
||||||
"whitespace": [
|
"whitespace": [
|
||||||
true,
|
true,
|
||||||
"check-branch",
|
"check-branch",
|
||||||
|
|
Loading…
Reference in New Issue