import-js/eslint-plugin-import
Vedi su GitHub[Question] How to put styles first with `import/order`?
Open
#2788 aperta il 30 mag 2023
docshelp wantedimport/export ordering
Metriche repository
- Star
- (4946 star)
- Metriche merge PR
- (Merge medio 138g 22h) (3 PR mergiate in 30 g)
Descrizione
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?