chore: Prettier should operate on all files (#1222)

* chore: Prettier should operate on all files

* Update package.json

Co-authored-by: Jonathan Haines <jonno.haines@gmail.com>

---------

Co-authored-by: Jonathan Haines <jonno.haines@gmail.com>
pull/1230/head
Max Gerber 2025-06-14 17:08:01 -07:00 committed by GitHub
parent cf3c17e3d1
commit a2409d2314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
.changeset
.vscode
.yarn
# Casbin
*.conf
*.csv
**/generated.ts

View File

@ -17,8 +17,8 @@
"test": "vitest",
"lint": "eslint 'packages/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix 'packages/**/*.{ts,tsx}'",
"format": "prettier --check 'packages/**/*.{ts,tsx}'",
"format:fix": "prettier --write 'packages/**/*.{ts,tsx}'"
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"license": "MIT",
"private": true,