Skip to content

Commit 7c88759

Browse files
committed
style(prettier): formatting
1 parent dd9e08f commit 7c88759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"prepare": "husky install",
66
"dev": "tsx watch src",
77
"build": "rm -rf build && node esbuild.js",
8-
"format": "prettier --write 'src/**/*.{js,ts,json,md}'",
9-
"lint": "prettier --check 'src/**/*.{js,ts,json,md}' && eslint --ignore-path .gitignore .",
8+
"format": "prettier --write src",
9+
"lint": "prettier --check src && eslint --ignore-path .gitignore .",
1010
"cz": "cz",
1111
"release": "standard-version --no-verify",
1212
"release:patch": "standard-version --no-verify --release-as patch"

0 commit comments

Comments
 (0)