Configure global prettier
This commit is contained in:
parent
6b5859dca7
commit
21b8c4e77a
2 changed files with 8 additions and 2 deletions
|
@ -2,4 +2,9 @@ thirdparty/
|
|||
public/
|
||||
node_modules/
|
||||
*.md
|
||||
*.yml
|
||||
*.yml
|
||||
|
||||
# TODO (MR): This file might not be needed after we update prettier to v3, since
|
||||
# v3 respects .gitignore
|
||||
.next/
|
||||
out/
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"lint": "turbo run lint",
|
||||
"albums": "turbo run albums",
|
||||
"prepare": "husky install",
|
||||
"photos:dev": "TURBO_NO_UPDATE_NOTIFIER=true turbo run dev --filter=photos"
|
||||
"photos:dev": "TURBO_NO_UPDATE_NOTIFIER=true turbo run dev --filter=photos",
|
||||
"lint-x": "prettier --check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "11.10.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue