Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed May 15, 2024
1 parent cd84dd0 commit 4044e85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Ignore folders
.DS_Store
.github
.svelte-kit
node_modules
/dist
build
dist
package
playwright
playwright-report

# Ignore files for PNPM, NPM and YARN
# Ignore files
.env
.env.*
!.env.example
pnpm-lock.yaml
package-lock.json
yarn.lock
*.md
*.yaml
*.yml
**/tsconfig.json
**/tsconfig.*.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "npx wrangler dev",
"publish": "npx wrangler publish",
"format": "prettier --write 'src/**/*.{js,ts,cjs,mjs}' 'tests/**/*.{js,ts,cjs,mjs}'"
"format": "prettier --write '**/*.{js,ts,cjs,mjs}'"
},
"dependencies": {
"itty-router": "^3.0.12"
Expand Down

0 comments on commit 4044e85

Please sign in to comment.