Add pre-commit hook to format files
This commit is contained in:
parent
018b96f03a
commit
97b3866db2
9 changed files with 1031 additions and 147 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "dotfiles",
|
||||
"version": "1.0.0",
|
||||
"private": false,
|
||||
"description": "FunctionalHacker’s dotfiles",
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "gitea:/FunctionalHacker/dotfiles"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"prettier": "^2.7.1",
|
||||
"pretty-quick": "^3.1.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue