HstarDoc icon indicating copy to clipboard operation
HstarDoc copied to clipboard

VSC插件sort-import 的基本配置

Open hstarorg opened this issue 7 years ago • 0 comments

 "importSort": {
    ".js, .jsx, .es6, .es,": {
      "parser": "babylon",
      "style": "module-compact"
    },
    ".ts, .tsx": {
      "parser": "typescript",
      "style": "eslint",
      "options": {}
    }
  },

配置到package.json中。

hstarorg avatar Mar 23 '18 16:03 hstarorg