-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I trying to sort imports with '.css' extension and add write rule in config like this:
"import-helpers/order-imports": [
"warn",
{
"newlinesBetween": "always",
"groups": [
"module",
"/^@shared/",
"/^@server/",
"/^@client/",
"/^@/",
["parent", "sibling", "index"],
"/\\.css$/"
],
"alphabetize": {
"order": "asc",
"ignoreCase": true
}
}
],
but it does not work
douglasjuniorIanTorquato and douglasjunior
Metadata
Metadata
Assignees
Labels
No labels