We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Конфликтуют два правила друг с другом
в таком порядке стреляет - 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))
@/server/plugins/prometheus
./index-page
проблема кроется в путях типа @/server
@/server
The text was updated successfully, but these errors were encountered:
К изночальной проблеме не относится, но у нас не должно быть @server внутри server. На себя ссылаемся относительно
Sorry, something went wrong.
да, локально проблема решилась тем что пути исправил
No branches or pull requests
Конфликтуют два правила друг с другом
в таком порядке стреляет - simple-import-sort/sort
в таком стреляет - import/order (ESLint:
@/server/plugins/prometheus
import should occur before import of./index-page
(import/order))проблема кроется в путях типа
@/server
The text was updated successfully, but these errors were encountered: