mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 15:17:57 -05:00
chore: delete Husky configuration
build: remove unused Node.js deps chore: delete Commitlint configuration chore: delete unneeded ".solhintignore" file chore: delete Lint Staged config docs: delete "Conventional Commits" section in README docs: delete "Git Hooks" section in README docs: update README with latest set-up
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
"url": "https://github.com/paulrberg"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.4.4",
|
||||
"@commitlint/config-conventional": "^17.4.4",
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.2",
|
||||
"prettier": "^2.8.4",
|
||||
"rimraf": "^4.1.2",
|
||||
"solhint": "^3.4.0"
|
||||
@@ -32,7 +26,6 @@
|
||||
"clean": "rimraf cache out",
|
||||
"lint": "yarn lint:sol && yarn prettier:check",
|
||||
"lint:sol": "forge fmt --check && yarn solhint \"{script,src,test}/**/*.sol\"",
|
||||
"postinstall": "husky install",
|
||||
"prettier:check": "prettier --check \"**/*.{json,md,yml}\"",
|
||||
"prettier:write": "prettier --write \"**/*.{json,md,yml}\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user