Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 6e668f7

Browse files
committed
Do not fix lint errors with yarn lint
Leave it to the user to run linting with automatic fixing to avoid any confusion that might arise from the command generating unstaged changes.
1 parent 3c113f5 commit 6e668f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:esm": "cross-env BABEL_ENV=esm yarn build:babel -d esm src",
2222
"build:misc": "lerna exec -- cp ../../LICENSE ../../NOTICE .",
2323
"clean": "lerna exec -- rimraf LICENSE NOTICE esm lib",
24-
"lint": "eslint --fix --quiet .",
24+
"lint": "eslint .",
2525
"prepare": "lerna run prepare",
2626
"prepublishOnly": "yarn run build",
2727
"start": "yarn run web:server",

0 commit comments

Comments
 (0)