Skip to content

Commit

Permalink
chore(deps-dev): use prettier@3.0.0 as JS/CSS linter (#557)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed Jul 29, 2023
1 parent 22b723c commit cfb9a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/checkout@v3
- name: Prettier JS
run: |
npm install prettier
npx prettier --check public/**/*.js public/**/*.css
npm install prettier@3.0.0
npx prettier --trailing-comma none --check public/**/*.js public/**/*.css

0 comments on commit cfb9a87

Please sign in to comment.