forked from edmundhung/conform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: stop reformatting pnpm lockfile
- Loading branch information
1 parent
ba116ce
commit 7574742
Showing
3 changed files
with
3,493 additions
and
9,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.