Skip to content

Commit

Permalink
no need to run prettier, all formatting is handled by eslint-plugin-p…
Browse files Browse the repository at this point in the history
…rettier
  • Loading branch information
alan2207 committed May 14, 2024
1 parent 8a83d18 commit 5545b97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: yarn test
- name: Run linter
run: yarn lint
- name: Check formatting
run: yarn check-format
- name: Check types
run: yarn check-types
e2e:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"test": "vitest",
"prepare": "husky",
"lint": "eslint src --fix --ignore-path .gitignore",
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"format": "npm run prettier -- --write",
"check-types": "tsc --project tsconfig.json --pretty --noEmit",
"check-format": "npm run prettier -- --list-different",
"generate": "plop",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit 5545b97

Please sign in to comment.