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: PublicAPI not work with segment.* files #53

Closed Krakazybik closed 2 years ago

Krakazybik commented 2 years ago

Description

Линтер не видит ошибки в данном кейсе

import { Something } from 'feature/some/ui';

filePath: "feature/some/ui.tsx"

Reference:

50