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: (Feedback) No support alias in shared layer for PublicAPI #76

Closed Krakazybik closed 2 years ago

Krakazybik commented 2 years ago

Description

Shared segments should work with alias.

// pass
import { routeNames } from '@/shared/router';
import { fetchRules } from '@shared/api/rules';

Reference

https://github.com/feature-sliced/eslint-config/discussions/75#discussioncomment-1972319 https://github.com/feature-sliced/eslint-config/discussions/75#discussioncomment-2055257