Я добавил этот код в пакет. json,
// пакет. json
"lint-staged": {
"src/**/*.{ts,css,html}": [
"tslint -p tsconfig.json -c tslint.json --fix",
"git add"
]
}
Это показывает следующую ошибку, когда я должен зафиксировать свой код,
tslint found some errors. Please fix them and try committing again.
'...\src\app\containers\layout\header\header.component.html' is not included in project.