import-sort
import-sort copied to clipboard
Path to custom style module
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"
}
}
looks like this is duplicated by #107