diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
| commit | 077723a6863bbb537756180450bdf9addeec021a (patch) | |
| tree | 6655fe862a38dc85e32fc7dcc9d3e052f410d23f /tslint.json | |
| parent | 0546ecf205b7d2b76f341a7157beebf95fb888a8 (diff) | |
| parent | b1361eec6d3f554d4927931c339b5c169b9a54a7 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 41 |
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 |
