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
Hi, my config and order is:
And my imports in file after running prettier is:
I dont understand why my classNames import line is last
Can someone help? Maybe i write wrong regex?