mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
chore: license & precommit
This commit is contained in:
parent
5c19e4df67
commit
6e029061d6
1
.husky/pre-commit
Normal file
1
.husky/pre-commit
Normal file
@ -0,0 +1 @@
|
||||
npx lint-staged
|
@ -18,7 +18,7 @@
|
||||
"check": "biome check --write --no-errors-on-unmatched ./src"
|
||||
},
|
||||
"author": "MARCROCK22",
|
||||
"license": "Apache-2.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@commitlint/cli": "^19.4.0",
|
||||
@ -61,5 +61,10 @@
|
||||
"name": "David",
|
||||
"url": "https://github.com/Drylozu"
|
||||
}
|
||||
]
|
||||
],
|
||||
"lint-staged": {
|
||||
"*.ts": [
|
||||
"biome check --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user