@bmatei/eslint-config
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -26,3 +26,3 @@ { | ||
{ | ||
"lintFile": "./eslint/angular.tslint.json" | ||
"lintFile": "./angular.tslint.json" | ||
} | ||
@@ -29,0 +29,0 @@ ] |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Configurations for ESLint", | ||
@@ -8,3 +8,20 @@ "author": "Bogdan Matei <bogdan@matei.dev>", | ||
"homepage": "https://github.com/bfmatei/eslint-config#readme", | ||
"repository": "github:bfmatei/eslint-config" | ||
"repository": "github:bfmatei/eslint-config", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"gitDir": "../", | ||
"*.json": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"devDependencies": { | ||
"husky": "4.0.10", | ||
"lint-staged": "9.5.0", | ||
"prettier": "1.19.1" | ||
} | ||
} |
# ESLint Configuration | ||
## Version 1.0.1 | ||
## Versions | ||
@@ -6,0 +4,0 @@ |
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
42187
3
208