-
Notifications
You must be signed in to change notification settings - Fork 3
Сортировка импортов #110
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Конфликтуют два правила друг с другом
в таком порядке стреляет - simple-import-sort/sort
import { healthCheckPlugin } from 'retail-front-services/server/plugins/health';
import { prometheusHostUIPlugin } from '@/server/plugins/prometheus';
import { indexPagePlugin } from './index-page';
import { layoutDataPlugin } from './layout-data';в таком стреляет - import/order (ESLint: @/server/plugins/prometheus import should occur before import of ./index-page(import/order))
import { healthCheckPlugin } from 'retail-front-services/server/plugins/health';
import { prometheusHostUIPlugin } from '@/server/plugins/prometheus';
import { indexPagePlugin } from './index-page';
import { layoutDataPlugin } from './layout-data';проблема кроется в путях типа @/server
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed