Skip to content

Commit 5e03f95

Browse files
committed
chore: remove yarn lint to fix pre commit
1 parent b0f6dda commit 5e03f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"prepare": "husky install",
11-
"pre-commit": "yarn run format && yarn run lint && git add -A .",
11+
"pre-commit": "yarn run format && git add -A .",
1212
"format": "prettier --write \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1313
"format:check": "prettier --check \"{code,snippets}/**/*.{js,jsx,ts,tsx,json,md}\"",
1414
"release": "standard-version",
@@ -47,4 +47,4 @@
4747
"husky": "^7.0.4",
4848
"prettier": "^2.5.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)