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
parent
cf3c17e3d1
commit
a2409d2314
|
@ -1,4 +1,9 @@
|
|||
.changeset
|
||||
.vscode
|
||||
.yarn
|
||||
|
||||
# Casbin
|
||||
*.conf
|
||||
*.csv
|
||||
|
||||
**/generated.ts
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue