Skip to content

Commit

Permalink
chore: stop reformatting pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed May 28, 2024
1 parent ba116ce commit 7574742
Show file tree
Hide file tree
Showing 3 changed files with 3,493 additions and 9,944 deletions.
51 changes: 51 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Logs
*.log
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
*.pid
*.pid.lock
*.seed
pids

# Anything built
build/

# tsc
*.tsbuildinfo

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output of 'npm pack'
*.tgz
/playwright-report/
/playwright/.cache/
/test-results/

# DS Store
.DS_Store

# Project files
README
pnpm-lock.yaml

# Build files
.cache/
.wrangler/
!rollup.config.js
/packages/**/*.js
/packages/**/*.mjs
/guide/functions/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"@conform-to/validitystate": "workspace:*",
"@conform-to/yup": "workspace:*",
"@conform-to/zod": "workspace:*",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@remix-run/eslint-config": "^1.19.3",
"@types/node": "^20.10.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vitest": "^1.1.0",
"vitest": "^1.6.0",
"yup": "^0.32.11",
"zod": "3.21.4"
},
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --ignore-path .gitignore --cache --ext .js,.jsx,.ts,.tsx",
"*.{js,jsx,ts,tsx,css,json,yaml,md}": "prettier --ignore-path .gitignore --write"
"*.{js,jsx,ts,tsx,css,json,yaml,md}": "prettier --write"
}
}
Loading

0 comments on commit 7574742

Please sign in to comment.