Meta+LibJS: Upgrade to prettier version 3.3.3

Prettier v3 was released over a year ago, and most users will have it by
default by now.
This commit is contained in:
Timothy Flynn
2024-11-06 12:05:09 -05:00
committed by Tim Flynn
parent deb5947fc0
commit 80c6268431
6 changed files with 12 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install JS Dependencies
shell: bash
run: npm install -g prettier@2.7.1
run: npm install -g prettier@3.3.3
- name: Lint
run: ${{ github.workspace }}/Meta/lint-ci.sh