feature-sliced / eslint-config

🍰 Lint feature-sliced concepts by existing eslint plugins
https://npmjs.com/@feature-sliced/eslint-config
MIT License
117 stars 4 forks source link

LINT-55(HOTFIX): Incorrect import order working with aliases. #64

Closed Krakazybik closed 2 years ago

Krakazybik commented 2 years ago

Description

Добавлено:

Example:

        import { Cart } from "@/entities/cart";
        import { Input } from "~/shared/ui";

References

55 #58

https://github.com/feature-sliced/eslint-config/discussions/55#discussioncomment-1887446

Checklist