feat: introduce Gatekeeper application, Directus utilities, and monorepo configuration for linting, testing, and husky hooks.
This commit is contained in:
18
packages/husky-config/package.json
Normal file
18
packages/husky-config/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@mintel/husky-config",
|
||||
"version": "1.0.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://npm.infra.mintel.me"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./commitlint": "./commitlint.js",
|
||||
"./lint-staged": "./lint-staged.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/config-conventional": "^20.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user