From 9618e93ac4dc86888ba89b90cfbf5426cc40193b Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Mon, 4 Jul 2022 14:29:35 +0200 Subject: [PATCH] do not auto-fix, we want this to fail on CI if something is wrong --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d56168..5d85ebe 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "build": "tsup", "build-storybook": "build-storybook", "chromatic": "chromatic --project-token=17yeg4lpa7q", - "lint": "eslint src stories --fix", + "lint": "eslint src stories", "prerelease": "npm run lint && npm run test && npm run build", "release": "npm publish . --access public", "storybook": "start-storybook -p 9001",