Disable perfectionist/sort-imports
in index.ts
#100
Annotations
3 errors and 2 warnings
[perfectionist/sort-exports] Expected "./constants" to come before "./types":
src/index.ts#L39
FAILED file [src/index.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-exports: Expected "./constants" to come before "./types"
|
[perfectionist/sort-exports] Expected "./EventBus" to come before "./functions":
src/index.ts#L41
FAILED file [src/index.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-exports: Expected "./EventBus" to come before "./functions"
|
ESLint
Process completed with exit code 1.
|
ESLint
[(unknown rule)] Unused eslint-disable directive (no problems were reported from 'perfectionist/sort-imports'). (src/index.ts:24:1)
|
ESLint
[(unknown rule)] Unused eslint-disable directive (no problems were reported). (src/types.ts:133:1)
|