diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-31 22:16:18 -0700 |
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-31 22:16:18 -0700 |
| commit | 871205c74367b333eb59c3941be000092cab5e0d (patch) | |
| tree | d367a8c9a9a4e9a2b4e8e793ff78e92ef994a514 /tslint.json | |
| parent | 7e11e24fcdd9c086d63c643d6ee092c952d2e327 (diff) | |
| parent | b1361eec6d3f554d4927931c339b5c169b9a54a7 (diff) | |
Merge branch 'master' into aubrey-bugfix
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 |
