Skip to content

Commit 24e97be

Browse files
authored
chore(repo): Remove eslint from precommit hooks (#5254)
1 parent 2400ca6 commit 24e97be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.{mjs,js,jsx,ts,tsx,vue}": ["pnpm eslint --fix", "pnpm prettier --write"],
2+
"*.{mjs,js,jsx,ts,tsx,vue}": ["pnpm prettier --write"],
33
"*.{json,md,mdx}": ["pnpm prettier --write"]
44
}

0 commit comments

Comments
 (0)