HstarDoc
HstarDoc copied to clipboard
VSC插件sort-import 的基本配置
"importSort": {
".js, .jsx, .es6, .es,": {
"parser": "babylon",
"style": "module-compact"
},
".ts, .tsx": {
"parser": "typescript",
"style": "eslint",
"options": {}
}
},
配置到package.json中。