From 5fa3326da5ba2ef527c74186c1b11fb32537886e Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Jun 2022 14:43:45 -0700 Subject: [PATCH] feat(dx): add `lint:fix` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 72e7a80421..d251b83328 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "license": "MIT", "scripts": { "lint": "eslint .", + "lint:fix": "eslint . --fix", "prepare": "pnpm -r run stub", "fresh": "rimraf node_modules packages/**/node_modules pnpm-lock.yaml && pnpm i", "release": "bumpp package.json packages/*/package.json",