Add eslint-plugin-simple-import-sort (#219)

* Add eslint-plugin-simple-import-sort

* Update .eslintrc.json

* eslint --fix
This commit is contained in:
BSKY 2020-03-18 22:35:13 +09:00 committed by GitHub
parent 206172ea8e
commit 6c471ae9f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 3 deletions

View file

@ -42,6 +42,7 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-simple-import-sort": "^5.0.2",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"nock": "^11.7.0",