import-sort icon indicating copy to clipboard operation
import-sort copied to clipboard

Path to custom style module

Open kiruh opened this issue 6 years ago • 1 comments

Is there any way to provide path to custom style module? Or it has to be uploaded to npm as import-sort-style-$name and then used as:

"importSort": {
  ".js, .jsx, .es6, .es, .mjs, .ts, .tsx": {
    "parser": "babylon",
    "style": "$name"
  }
}

kiruh avatar Aug 06 '19 10:08 kiruh

looks like this is duplicated by #107

naume avatar May 18 '20 18:05 naume