mirror of
https://github.com/caprover/caprover
synced 2025-12-16 08:15:42 +00:00
Updated tslint
This commit is contained in:
10
tslint.json
10
tslint.json
@@ -7,15 +7,6 @@
|
|||||||
"no-var-keyword": true,
|
"no-var-keyword": true,
|
||||||
"quotemark": [true, "single", "avoid-escape"],
|
"quotemark": [true, "single", "avoid-escape"],
|
||||||
"semicolon": [true, "never", "ignore-bound-class-methods"],
|
"semicolon": [true, "never", "ignore-bound-class-methods"],
|
||||||
"whitespace": [
|
|
||||||
true,
|
|
||||||
"check-branch",
|
|
||||||
"check-decl",
|
|
||||||
"check-operator",
|
|
||||||
"check-module",
|
|
||||||
"check-separator",
|
|
||||||
"check-type"
|
|
||||||
],
|
|
||||||
"typedef-whitespace": [
|
"typedef-whitespace": [
|
||||||
true,
|
true,
|
||||||
{
|
{
|
||||||
@@ -36,7 +27,6 @@
|
|||||||
"no-internal-module": true,
|
"no-internal-module": true,
|
||||||
"no-trailing-whitespace": true,
|
"no-trailing-whitespace": true,
|
||||||
"no-null-keyword": true,
|
"no-null-keyword": true,
|
||||||
//"prefer-const": true,
|
|
||||||
"jsdoc-format": true
|
"jsdoc-format": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user