We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should work for each rule
imports-order
layers-slices
public-api
// Pass import { ... } from "entities/user"; import { ... } from "@/entities/user"; import { ... } from "@root/entities/user"; import { ... } from "@root/src/entities/user"; import { ... } from "~/entities/user";
The text was updated successfully, but these errors were encountered:
А у нас алиасы разве не работают? Мне казалось это работа резолвера их разрулить... 🤔
Sorry, something went wrong.
Мне казалось это работа резолвера их разрулить... 🤔
Надо убедиться вот, по идее - да)
Это пока драфт задачки только, там надо прям уточнять все возможные траблы с альясами, чтобы в тесты вогнать
No branches or pull requests
Description
Should work for each rule
imports-order
layers-slices
public-api
Reference
The text was updated successfully, but these errors were encountered: