summaryrefslogtreecommitdiffhomepage
path: root/gui/tslint.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-02-18 12:56:18 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-02-19 11:42:52 +0100
commit5fe4e1f58734831a12a2c8a13083c5f922b09519 (patch)
treec9f27597c0c442d08ad808f9d0a9114c9b4cf5f3 /gui/tslint.json
parent24cc696a68bd60ce0b33f218369313ef522fff4b (diff)
downloadmullvadvpn-5fe4e1f58734831a12a2c8a13083c5f922b09519.tar.xz
mullvadvpn-5fe4e1f58734831a12a2c8a13083c5f922b09519.zip
Install and configure eslint
Diffstat (limited to 'gui/tslint.json')
-rw-r--r--gui/tslint.json32
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"
- ]
- }
-}