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