Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import classnames moved to down for no reason #317

Open
krutoo opened this issue Nov 15, 2024 · 0 comments
Open

Import classnames moved to down for no reason #317

krutoo opened this issue Nov 15, 2024 · 0 comments

Comments

@krutoo
Copy link

krutoo commented Nov 15, 2024

Hi, my config and order is:

{

  "plugins": ["@trivago/prettier-plugin-sort-imports"],
  "importOrderSortSpecifiers": true,
  "importOrder": [
    "<THIRD_PARTY_MODULES>",
    "^#.+$",
    "^\\.\\./.+$",
    "^\\./.+$",
    "^classnames",
    "\\.css$"
  ]
}

And my imports in file after running prettier is:

import { AnchorHTMLAttributes, ButtonHTMLAttributes, HTMLAttributes } from 'react';
import ArrowSVG from '#icons/arrow.svg';
import styles from './button.m.css';
import classNames from 'classnames'; // why classNames is last?

I dont understand why my classNames import line is last

Can someone help? Maybe i write wrong regex?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant