Skip to content

Commit

Permalink
change prettier to fix:format (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky authored Jan 6, 2025
1 parent 8968376 commit 87841c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Fixes #

## Check List

- [ ] `pnpm run prettier` for formatting code and docs
- [ ] `pnpm run fix:format` for formatting code and docs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"build:react": "rollup -c --config-react",
"build:react_utils": "rollup -c --config-react_utils",
"postbuild": "pnpm patch-d-ts && pnpm copy && pnpm patch-old-ts && pnpm patch-esm-ts",
"prettier": "prettier '*.{js,json,md}' '{src,tests,docs}/**/*.{ts,tsx,md,mdx}' --write",
"eslint": "eslint . --fix",
"fix:format": "prettier '*.{js,json,md}' '{src,tests,docs}/**/*.{ts,tsx,md,mdx}' --write",
"fix:lint": "eslint . --fix",
"test": "pnpm run '/^test:.*/'",
"test:format": "prettier '*.{js,json,md}' '{src,tests,docs}/**/*.{ts,tsx,md,mdx}' --list-different",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 87841c1

Please sign in to comment.