import-js/eslint-plugin-import
Auf GitHub ansehen[Question] How to put styles first with `import/order`?
Open
#2.788 geöffnet am 30. Mai 2023
docshelp wantedimport/export ordering
Repository-Metriken
- Stars
- (4.946 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 138T 22h) (3 gemergte PRs in 30 T)
Beschreibung
With:
{
"import/order": [
"error",
{
"newlines-between": "never",
"warnOnUnassignedImports": true
}
]
}
The following code throws:
But I want to put styles first, is there a way to turn this error off?