remove husky/pretty-quick (#8)
Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@github.com>
Showing
... | ... | @@ -51,7 +51,6 @@ |
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"ethers": "^5.0.7", | ||
"husky": "^5.0.9", | ||
"i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | ||
"i18next-xhr-backend": "^2.0.1", | ||
... | ... | @@ -64,7 +63,6 @@ |
"node-vibrant": "^3.1.5", | ||
"polished": "^3.3.2", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"qs": "^6.9.4", | ||
"react": "^17.0.1", | ||
"react-confetti": "^6.0.0", | ||
... | ... | @@ -123,10 +121,5 @@ |
"dependencies": { | ||
"@uniswap/default-token-list": "^2.0.0", | ||
"lightweight-charts": "^3.3.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
} | ||
} |
Please register or sign in to comment