diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-04-04 13:24:48 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-04-05 15:59:45 +0200 |
| commit | 9efaf2d3e48190927824853bbc41e7e08d216d69 (patch) | |
| tree | ba03baf1f15209ddac182c9c2504f51464d6a2cb /gui/package.json | |
| parent | 4c7400240a147fd64ee2a2527a3b7c2e56b765de (diff) | |
| download | mullvadvpn-9efaf2d3e48190927824853bbc41e7e08d216d69.tar.xz mullvadvpn-9efaf2d3e48190927824853bbc41e7e08d216d69.zip | |
Add eslint sort rule
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index 697d65381e..6bf10480f5 100644 --- a/gui/package.json +++ b/gui/package.json @@ -68,6 +68,7 @@ "eslint": "^7.27.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.2", + "eslint-plugin-simple-import-sort": "^7.0.0", "gettext-extractor": "^3.5.2", "grpc_tools_node_protoc_ts": "^5.3.2", "gulp": "^4.0.2", |
