aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authordinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-12 16:11:11 -0400
committerdinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-12 16:11:11 -0400
commitc5ea51ff9d8c4c69c478038781c8d8100005d2fe (patch)
treeff1c357a64f0f6734ffe6ca473e47d640ff55762 /tslint.json
parentb3fde759b304f6401595f4e43bb00cc6fa65c915 (diff)
parent5d3c00c2b02758a644df687656097dad055d0fe1 (diff)
Merge branch 'master' into splash-screen-3-Anh-En-Hua
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json41
1 files changed, 5 insertions, 36 deletions
diff --git a/tslint.json b/tslint.json
index 0056f4266..83255a798 100644
--- a/tslint.json
+++ b/tslint.json
@@ -1,6 +1,9 @@
{
"linterOptions": {
- "exclude": ["./src/client/northstar/**", "**/*.js"]
+ "exclude": [
+ "./src/client/northstar/**",
+ "**/*.js"
+ ]
},
"rules": {
"no-return-await": true,
@@ -23,41 +26,7 @@
],
"no-tautology-expression": true,
"unnecessary-constructor": true
- // "trailing-comma": [
- // true,
- // {
- // "multiline": "always",
- // "singleline": "never"
- // }
- // ],
- // "ordered-imports": true
- // "quotemark": [
- // true,
- // "double",
- // "jsx-double",
- // "avoid-template",
- // "avoid-escape"
- // ],
- // "object-literal-shorthand": true,
- // "object-literal-sort-keys": true,
- // "align": [
- // true,
- // "parameters",
- // "arguments",
- // "statements",
- // "members",
- // "elements"
- // ],
- // "no-void-expression": [
- // true,
- // "ignore-arrow-function-shorthand"
- // ],
- // "no-non-null-assertion": true,
- // "no-var-keyword": true,
- // "no-var-requires": true,
},
"defaultSeverity": "warning",
- "jsRules": {
-
- }
+ "jsRules": {}
} \ No newline at end of file