aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-01 22:43:48 -0400
committerbobzel <zzzman@gmail.com>2021-08-01 22:43:48 -0400
commit077723a6863bbb537756180450bdf9addeec021a (patch)
tree6655fe862a38dc85e32fc7dcc9d3e052f410d23f /tslint.json
parent0546ecf205b7d2b76f341a7157beebf95fb888a8 (diff)
parentb1361eec6d3f554d4927931c339b5c169b9a54a7 (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
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