diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-02-04 16:50:23 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-02-04 16:50:23 +0100 |
| commit | 54142b0fa0b26a33d8e6181a61e03b4b46abda00 (patch) | |
| tree | 743b3c7bb19ba93730d329441ddeee51de5174b1 /gui/package.json | |
| parent | f97c5621fad66ae9768dad8cc422bc3a61f76ef6 (diff) | |
| parent | 612952ba1d3a277863d0d35c5285890698939d1d (diff) | |
| download | mullvadvpn-54142b0fa0b26a33d8e6181a61e03b4b46abda00.tar.xz mullvadvpn-54142b0fa0b26a33d8e6181a61e03b4b46abda00.zip | |
Merge branch 'typescript'
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gui/package.json b/gui/package.json index 2a62958615..200e25d076 100644 --- a/gui/package.json +++ b/gui/package.json @@ -5,8 +5,6 @@ ], "scripts": { "postinstall": "node unpatch-yarn.js", - "flow": "flow", - "lint": "eslint \"packages/**/*.js\"", "format": "yarn run private:format --write", "check-format": "yarn run private:format --list-different", "private:format": "prettier \"packages/**/*.{js,css,ts,tsx}\"", @@ -15,14 +13,6 @@ "pack:linux": "yarn workspace desktop pack:linux" }, "devDependencies": { - "babel-eslint": "^10.0.1", - "eslint": "^5.8.0", - "eslint-config-prettier": "^3.1.0", - "eslint-plugin-flowtype": "^3.2.0", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-react": "^7.10.0", - "flow-bin": "0.82", - "flow-typed": "^2.5.1", "prettier": "1.15.3" } } |
