chore(deps): update dependency eslint to v8.56.0 - autoclosed #2
Annotations
9 errors and 1 warning
[perfectionist/sort-union-types] Expected "RegExp" to come before "string":
src/functions.ts#L145
FAILED file [src/functions.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-union-types: Expected "RegExp" to come before "string"
|
[ts/array-type] Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.:
src/types.ts#L30
FAILED file [src/types.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: ts/array-type: Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.
|
[perfectionist/sort-union-types] Expected "RegExp" to come before "string":
src/types.ts#L30
FAILED file [src/types.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-union-types: Expected "RegExp" to come before "string"
|
[ts/array-type] Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.:
src/types.ts#L33
FAILED file [src/types.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: ts/array-type: Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.
|
[perfectionist/sort-union-types] Expected "RegExp" to come before "string":
src/types.ts#L33
FAILED file [src/types.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-union-types: Expected "RegExp" to come before "string"
|
[perfectionist/sort-union-types] Expected "Promise<T>" to come before "T":
src/types.ts#L67
FAILED file [src/types.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-union-types: Expected "Promise<T>" to come before "T"
|
[perfectionist/sort-named-exports] Expected "ConstructorReturnType" to come before "ReaddirOptions":
src/index.ts#L26
FAILED file [src/index.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-named-exports: Expected "ConstructorReturnType" to come before "ReaddirOptions"
|
[perfectionist/sort-named-exports] Expected "ExtractListenerArguments" to come before "GenericEventBusMap":
src/index.ts#L43
FAILED file [src/index.ts] has failed to lint properly; run `bun run lint` outside of CI to fix it: perfectionist/sort-named-exports: Expected "ExtractListenerArguments" to come before "GenericEventBusMap"
|
ESLint
Process completed with exit code 1.
|
ESLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|