Kill Husky, lint-staged, and pretty-quick ()

This commit is contained in:
Marshall Polaris 2022-05-21 14:50:59 -07:00 committed by GitHub
parent 3db1de6b66
commit 3061af3837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 602 additions and 1016 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx pretty-quick --staged
# Disable tsc lint for now, cuz it's been annoying
# cd web
# npx lint-staged

View File

@ -13,7 +13,6 @@
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"prepare": "cd .. && husky install web/.husky",
"postbuild": "next-sitemap"
},
"dependencies": {
@ -49,13 +48,10 @@
"critters": "0.0.16",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"husky": "7.0.4",
"lint-staged": "12.1.3",
"next-sitemap": "^2.5.14",
"postcss": "8.3.5",
"prettier": "2.5.0",
"prettier-plugin-tailwindcss": "^0.1.5",
"pretty-quick": "3.1.2",
"tailwindcss": "3.0.1",
"tsc-files": "1.1.3",
"typescript": "4.5.3"

1607
yarn.lock

File diff suppressed because it is too large Load Diff