diff --git a/package.json b/package.json index 3cf6baa6..4b07d266 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "test": "jest", "typescript": "tsc --noEmit", - "lint": "eslint \"**/*.{ts,tsx}\"", + "lint": "eslint --max-warnings=0 -- \"**/*.{ts,tsx}\"", "format": "prettier --write .", "build": "tsup ./src/index.ts --dts --target es2020 --format cjs,esm -d lib", "example": "yarn --cwd example",