mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix pre-commit hook (#4792)
* Fix pre-commit hook * Remove excluded files from tslint lib config
This commit is contained in:
parent
b91a942aa1
commit
cccd95562c
@ -234,8 +234,12 @@
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts",
|
||||
"lint-staged": {
|
||||
"*.ts": "npm run lint-lib -- --fix",
|
||||
"*.scss": "npm run stylelint --syntax scss"
|
||||
"linters": {
|
||||
"**/demo-shell/**/*.ts": "npm run lint-lib -- --fix",
|
||||
"**/lib/**/*.ts": "npm run lint-lib -- --fix",
|
||||
"**/e2e/**/*.ts": "npm run lint-e2e -- --fix",
|
||||
"*.scss": "npm run stylelint -- --fix"
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user