Skip to content

Fix input

Fix input #998

Triggered via pull request October 16, 2025 05:12
Status Failure
Total duration 6m 50s
Artifacts

publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
publish
Process completed with exit code 1.
packages/eslint-plugin/src/configs/__tests__/recommended.test.ts > recommended > export recommended config: packages/eslint-plugin/src/configs/__tests__/recommended.test.ts#L4
Error: Snapshot `recommended > export recommended config 1` mismatched - Expected + Received @@ -15,10 +15,11 @@ "cssUtilsLiteralOnly": "CSS utils should only be used with literal values.", }, "schema": [], "type": "problem", }, + "name": "css-utils-literal-only", }, "no-duplicate-value": { "create": [Function], "defaultOptions": [], "meta": { @@ -31,11 +32,12 @@ "duplicateValue": "Duplicate value found: {{value}}.", }, "schema": [], "type": "problem", }, - }, + "name": "no-duplicate-value", + }, "no-useless-responsive": { "create": [Function], "defaultOptions": [], "meta": { "docs": { @@ -47,10 +49,11 @@ "uselessResponsive": "Responsive are useless. Remove them.", }, "schema": [], "type": "problem", }, + "name": "no-useless-responsive", }, "no-useless-tailing-nulls": { "create": [Function], "defaultOptions": [], "meta": { @@ -63,10 +66,11 @@ "uselessTailingNulls": "Trailing nulls are useless. Remove them.", }, "schema": [], "type": "problem", }, + "name": "no-useless-tailing-nulls", }, "style-order-range": { "create": [Function], "defaultOptions": [], "meta": { @@ -78,10 +82,11 @@ "styleOrderRange": "styleOrder prop must be a number greater than 0 and less than 255.", }, "schema": [], "type": "problem", }, + "name": "style-order-range", }, }, }, }, "rules": { ❯ packages/eslint-plugin/src/configs/__tests__/recommended.test.ts:4:25