diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-27 14:19:25 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-27 14:19:25 -0400 |
| commit | be4fd2492ad706f30af28f33133a4df0e8049e12 (patch) | |
| tree | e33b32f54be50122ed16c07d2b6f6b2e79239cb4 /tslint.json | |
| parent | c5e96c72fcf149b9bcfe5f7f7a9c714de1d5fd9a (diff) | |
| parent | 7c83bc30b3a6ed6061ef68bcef6a0e8941668b3c (diff) | |
Merge branch 'master' into schema-view-En-Hua
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 |
