Skip to content

chore: update dependencies #495

chore: update dependencies

chore: update dependencies #495

Triggered via push September 1, 2024 19:25
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 1.
lint: docs/parsers/html.md#L23
Expected "@html-eslint/parser" to come before "eslint-plugin-readable-tailwind"
lint: docs/parsers/html.md#L23
Extra spacing between "eslint-plugin-readable-tailwind" and "@html-eslint/parser" imports
lint: docs/parsers/typescript.md#L23
Expected "@typescript-eslint/parser" to come before "eslint-plugin-readable-tailwind"
lint: docs/parsers/typescript.md#L23
Extra spacing between "eslint-plugin-readable-tailwind" and "@typescript-eslint/parser" imports
lint: src/configs/config.ts#L17
Expected "`${pluginName}/${tailwindMultiline.name}`" to come before "`${pluginName}/${tailwindSortClasses.name}`"
lint: src/configs/config.ts#L24
Expected "`${pluginName}/${tailwindMultiline.name}`" to come before "`${pluginName}/${tailwindSortClasses.name}`"
lint: src/configs/config.ts#L31
Expected "tailwindMultiline.name" to come before "tailwindSortClasses.name"
lint: src/parsers/es.ts#L224
Expected "ESBaseNode & Rule.NodeParentExtension" to come before "Node"
lint: src/parsers/jsx.ts#L19
Expected "JSXAttribute" to come before "JSXBaseNode"
lint: src/rules/tailwind-multiline.ts#L43
Expected "indent" to come before "preferSingleLine"