From 0fbacba8c87463045cde369168a924d050f08b9c Mon Sep 17 00:00:00 2001 From: Alan North Date: Sun, 26 May 2024 21:38:58 -0300 Subject: [PATCH] v0fix: temporary workaround for eslint issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6c3e45..ac8a526 100644 --- a/package.json +++ b/package.json @@ -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",