happy-conventional-commit
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "happy-conventional-commit", | ||
"description": "Tools for getting a happy conventional commit setup.", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"keywords": [ | ||
@@ -18,5 +18,4 @@ "conventional", | ||
"clean": "git clean -Xdfq", | ||
"lint": "eslint --ignore-path .lintignore --max-warnings 0 .", | ||
"lint:fix": "eslint --ignore-path .lintignore --max-warnings 0 --fix .", | ||
"lint:changed": "eslint --ignore-path .lintignore --max-warnings 0 --fix $(git diff --diff-filter=d --name-only HEAD | grep -E '^[a-zA-Z0-9_].*\\.(cjs|mjs|js|jsx|ts|tsx|json)$' | xargs)", | ||
"lint": "eslint --max-warnings 0 --cache --cache-location ./.turbo/eslint.cache .", | ||
"lint:fix": "eslint --max-warnings 0 --cache --cache-location ./.turbo/eslint.cache --fix .", | ||
"test": "vitest run", | ||
@@ -23,0 +22,0 @@ "test:watch": "vitest", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122822
1764