fix: resolve issues

This commit is contained in:
David Nguyen 2026-04-10 14:18:13 +10:00
parent 3b97db1abd
commit b7b077f57c
3 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,5 @@
/** @type {import('lint-staged').Config} */
module.exports = {
'**/*.{ts,tsx,cts,mts,js,jsx,cjs,mjs,json,css}': 'npm run lint:fix -- --staged',
'**/*.{ts,tsx,cts,mts,js,jsx,cjs,mjs,json,css}': 'npm run lint:staged',
'**/*/package.json': 'npm run precommit',
};

14
package-lock.json generated
View file

@ -580,6 +580,20 @@
"dev": true,
"license": "MIT"
},
"apps/docs/node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"apps/docs/node_modules/undici-types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",

View file

@ -16,6 +16,7 @@
"start": "turbo run start --filter=@documenso/remix --filter=@documenso/docs --filter=@documenso/openpage-api",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:staged": "biome check --write --no-errors-on-unmatched",
"format": "biome format --write .",
"prepare": "husky && husky install || true",
"commitlint": "commitlint --edit",