From bf7fb344c7ce1e6b6755d082730f95a6096d2d48 Mon Sep 17 00:00:00 2001 From: c0dedance <2627702283@qq.com> Date: Wed, 12 Oct 2022 14:24:32 +0800 Subject: [PATCH] fix: remove lint:js:nofix script redundancy options --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3399de9800b..faa6bbf3d42 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha", "lint": "concurrently -c red,green 'npm:lint:js' 'npm:lint:markdown'", "lint:js": "eslint . --fix --cache", - "lint:js:nofix": "eslint . --fix --cache", + "lint:js:nofix": "eslint . --cache", "lint:markdown": "prettier --write \"**/*.md\"", "lint:markdown:nofix": "prettier --check \"**/*.md\"", "perf": "npm run build:cjs && node --expose-gc scripts/perf.js",