Skip to content

Commit

Permalink
style(prettier): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jul 4, 2022
1 parent dd9e08f commit 7c88759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"prepare": "husky install",
"dev": "tsx watch src",
"build": "rm -rf build && node esbuild.js",
"format": "prettier --write 'src/**/*.{js,ts,json,md}'",
"lint": "prettier --check 'src/**/*.{js,ts,json,md}' && eslint --ignore-path .gitignore .",
"format": "prettier --write src",
"lint": "prettier --check src && eslint --ignore-path .gitignore .",
"cz": "cz",
"release": "standard-version --no-verify",
"release:patch": "standard-version --no-verify --release-as patch"
Expand Down

0 comments on commit 7c88759

Please sign in to comment.