Skip to content

Commit

Permalink
chore: disable prettier for md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 10, 2025
1 parent 8e45fa6 commit a68d7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build:dev": "tsc -p tsconfig.app.json --noEmit && vite build --mode development",
"lint": "eslint . && tsc -p tsconfig.app.json --noEmit",
"lint:fix": "eslint . --fix && tsc -p tsconfig.app.json --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md,html}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md,html}\"",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,html}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,html}\"",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit a68d7b7

Please sign in to comment.