diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2022-06-05 15:27:23 +0100 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2022-06-05 15:27:23 +0100 |
| commit | a96858e3a83606d69a691d251f01f54ef39924e9 (patch) | |
| tree | 6ab65b3d9248d703ac854daf0b1473b2a3fc5e98 /tslint.json | |
| parent | 57dd31eac1f399ff4dcec510df48496ada007e53 (diff) | |
added eslint and prettier
removed tslint formatter
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 83255a798..000000000 --- a/tslint.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "linterOptions": { - "exclude": [ - "./src/client/northstar/**", - "**/*.js" - ] - }, - "rules": { - "no-return-await": true, - "no-string-literal": true, - "prefer-object-spread": true, - "prefer-for-of": true, - "no-unnecessary-type-assertion": true, - "triple-equals": true, - "prefer-const": true, - "no-unnecessary-callback-wrapper": true, - "class-name": true, - "arrow-return-shorthand": true, - "semicolon": [ - true, - "always" - ], - "curly": [ - true, - "ignore-same-line" - ], - "no-tautology-expression": true, - "unnecessary-constructor": true - }, - "defaultSeverity": "warning", - "jsRules": {} -}
\ No newline at end of file |
