Skip to content

Commit

Permalink
Update top-level import-sort devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renke committed Feb 16, 2019
1 parent 8049f35 commit 302fe2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .importsortrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
".js": {
"parser": "babylon",
"style": "module"
},

".ts": {
"parser": "typescript",
"parser": "babylon",
"style": "module"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@types/node": "^10.12.20",
"chai": "^4.1.2",
"husky": "^1.3.1",
"import-sort": "^5.2.0",
"import-sort-cli": "^5.2.0",
"import-sort-parser-typescript": "^5.0.0",
"import-sort-style-module": "^5.0.0",
"import-sort": "^6",
"import-sort-cli": "^6",
"import-sort-parser-babylon": "^6",
"import-sort-style-module": "^6",
"lerna": "^3.10.7",
"lint-staged": "^8.1.1",
"mocha": "^5.2.0",
Expand Down

0 comments on commit 302fe2d

Please sign in to comment.