Skip to content

Commit

Permalink
v0fix: temporary workaround for eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlansCodeLog committed May 27, 2024
1 parent 3346d73 commit 0fbacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"build:watch": "vite build --watch --mode production",
"build:types": "tsc --emitDeclarationOnly -p tsconfig.types.json && npm run build:types:fix",
"build:types:fix": "tsc-alias -p tsconfig.types.json --debug",
"lint:eslint": "eslint \"{src,tests,bin}/**/*.{cjs,js,ts}\" \"*.{cjs,js,ts}\" --max-warnings=0 --report-unused-disable-directives",
"lint:eslint": "eslint \"{src,tests,bin}/**/*.{cjs,js,ts}\" \"*.{cjs,js,ts}\" --max-warnings=1 --report-unused-disable-directives",
"lint:types": "tsc --noEmit --pretty",
"lint:commits": "commitlint --from $(git rev-list --max-parents=0 HEAD) --to HEAD --verbose",
"lint:imports": "madge --circular --extensions ts ./src",
Expand Down

0 comments on commit 0fbacba

Please sign in to comment.