import-js/eslint-plugin-import

[Question] How to put styles first with `import/order`?

Open

#2 788 ouverte le 30 mai 2023

Voir sur GitHub
 (14 commentaires) (1 réaction) (0 assignés)JavaScript (1 540 forks)batch import
docshelp wantedimport/export ordering

Métriques du dépôt

Stars
 (4 946 stars)
Métriques de merge PR
 (Merge moyen 138j 22h) (3 PRs mergées en 30 j)

Description

With:

{
  "import/order": [
    "error",
    {
      "newlines-between": "never",
      "warnOnUnassignedImports": true
    }
  ]
}

The following code throws: image image But I want to put styles first, is there a way to turn this error off?

Guide contributeur