1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

chore(eslint): add rule to sort imports (#3715)

* chore(eslint): add plugin to sort imports

* chore(eslint): sort imports

* chore(eslint): add eslint-config-prettier
This commit is contained in:
Chaim Lev-Ari 2020-04-15 02:46:34 +03:00 committed by GitHub
parent cf5056d9c0
commit bba622a500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 172 additions and 283 deletions

View file

@ -99,7 +99,9 @@
"css-loader": "^1.0.0",
"cssnano": "^3.10.0",
"eslint": "5.16.0",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.20.2",
"file-loader": "^1.1.11",
"grunt": "~0.4.0",
"grunt-cli": "^1.2.0",