Kill Husky, lint-staged, and pretty-quick (#288)
This commit is contained in:
parent
3db1de6b66
commit
3061af3837
|
@ -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
|
|
|
@ -13,7 +13,6 @@
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"format": "npx prettier --write .",
|
"format": "npx prettier --write .",
|
||||||
"prepare": "cd .. && husky install web/.husky",
|
|
||||||
"postbuild": "next-sitemap"
|
"postbuild": "next-sitemap"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -49,13 +48,10 @@
|
||||||
"critters": "0.0.16",
|
"critters": "0.0.16",
|
||||||
"eslint": "8.15.0",
|
"eslint": "8.15.0",
|
||||||
"eslint-config-next": "12.1.6",
|
"eslint-config-next": "12.1.6",
|
||||||
"husky": "7.0.4",
|
|
||||||
"lint-staged": "12.1.3",
|
|
||||||
"next-sitemap": "^2.5.14",
|
"next-sitemap": "^2.5.14",
|
||||||
"postcss": "8.3.5",
|
"postcss": "8.3.5",
|
||||||
"prettier": "2.5.0",
|
"prettier": "2.5.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.5",
|
"prettier-plugin-tailwindcss": "^0.1.5",
|
||||||
"pretty-quick": "3.1.2",
|
|
||||||
"tailwindcss": "3.0.1",
|
"tailwindcss": "3.0.1",
|
||||||
"tsc-files": "1.1.3",
|
"tsc-files": "1.1.3",
|
||||||
"typescript": "4.5.3"
|
"typescript": "4.5.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user