@haensl/eslint-config
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "@haensl/eslint-config", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Default ESLint configuration of HP Dietz.", | ||
@@ -11,3 +11,4 @@ "main": "lib/index.js", | ||
"lint": "eslint './**/*.js'", | ||
"lint:ci": "eslint --format junit -o test-results/eslint/results.xml './**/*.js'" | ||
"lint:ci": "eslint --format junit -o test-results/eslint/results.xml './**/*.js'", | ||
"prepare": "if [ $NODE_ENV != 'production' ]; then husky install; fi" | ||
}, | ||
@@ -14,0 +15,0 @@ "eslintConfig": { |
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
6055