diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-02-18 12:56:18 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-02-19 11:42:52 +0100 |
| commit | 5fe4e1f58734831a12a2c8a13083c5f922b09519 (patch) | |
| tree | c9f27597c0c442d08ad808f9d0a9114c9b4cf5f3 /gui/tslint.json | |
| parent | 24cc696a68bd60ce0b33f218369313ef522fff4b (diff) | |
| download | mullvadvpn-5fe4e1f58734831a12a2c8a13083c5f922b09519.tar.xz mullvadvpn-5fe4e1f58734831a12a2c8a13083c5f922b09519.zip | |
Install and configure eslint
Diffstat (limited to 'gui/tslint.json')
| -rw-r--r-- | gui/tslint.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gui/tslint.json b/gui/tslint.json deleted file mode 100644 index a7f1b4f959..0000000000 --- a/gui/tslint.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "defaultSeverity": "error", - "extends": [ - "tslint:latest", - "tslint-react", - "tslint-config-prettier" - ], - "rules": { - "max-classes-per-file": false, - "no-implicit-dependencies": [ - true, - "optional", - [ - "electron", - "electron-devtools-installer" - ] - ], - "no-submodule-imports": [ - true, - "validated", - "stream-json" - ], - "object-literal-sort-keys": false, - "variable-name": [ - true, - "ban-keywords", - "check-format", - "allow-pascal-case", - "allow-leading-underscore" - ] - } -} |
