Skip to content

Commit 22e36d9

Browse files
committed
config: Update lint:conflicts task.
1 parent 612929a commit 22e36d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fmt:check": "prettier --list-different \"./**/*.{js,cjs,json,md}\"",
2626
"lint": "eslint .",
2727
"lint:fix": "pnpm lint --fix",
28-
"lint:conflicts": "npx eslint-config-prettier .eslintrc.cjs",
28+
"lint:conflicts": "ESLINT_USE_FLAT_CONFIG=true npx eslint-config-prettier",
2929
"precommit": "pnpm lint-staged",
3030
"prepare": "husky || true",
3131
"prepush": "pnpm fmt:check",

0 commit comments

Comments
 (0)