Remove prettierignore because it ignores unkown files now

This commit is contained in:
Evan
2025-03-02 18:55:36 -08:00
parent cc8adbac37
commit 3225430592
2 changed files with 1 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
*.bin
*.svg
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.webp
*.txt
.prettierignore
.gitignore
Dockerfile
*.conf
.gitmodules
+1 -1
View File
@@ -10,7 +10,7 @@
"dev": "cross-env GAME_ENV=dev concurrently \"npm run start:client\" \"npm run start:server-dev\"",
"tunnel": "npm run build-prod && npm run start:server",
"test": "jest",
"format": "prettier --write .",
"format": "prettier --ignore-unknown --write .",
"prepare": "husky"
},
"lint-staged": {