chore: add import sort
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
".js, .jsx": {
|
||||
"parser": "babylon",
|
||||
"style": "module"
|
||||
},
|
||||
".ts, .tsx": {
|
||||
"parser": "typescript",
|
||||
"style": "module"
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"prettier --write"
|
||||
],
|
||||
"*.{ts,tsx,js}": [
|
||||
"import-sort --write",
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
],
|
||||
|
||||
Generated
+2434
File diff suppressed because it is too large
Load Diff
@@ -71,6 +71,10 @@
|
||||
"@types/react-router-transition": "^2.1.0",
|
||||
"@types/styled-components": "^5.1.9",
|
||||
"husky": "^6.0.0",
|
||||
"import-sort-cli": "^6.0.0",
|
||||
"import-sort-parser-babylon": "^6.0.0",
|
||||
"import-sort-parser-typescript": "^6.0.0",
|
||||
"import-sort-style-module": "^6.0.0",
|
||||
"lint-staged": "^10.5.4",
|
||||
"precompress": "^6.3.2",
|
||||
"prettier": "^2.2.1",
|
||||
|
||||
Reference in New Issue
Block a user