Install prettier, lint and lint-staged

This commit is contained in:
Ahmed Galadima
2024-03-15 17:29:38 +01:00
parent 1f66a2eaf0
commit 37be74006f
6 changed files with 1464 additions and 2 deletions

4
.lintstagedrc.json Normal file
View File

@@ -0,0 +1,4 @@
{
"*.ts": ["ng-lint-staged lint --fix --"],
"*.{js,css,html,md}": ["eslint", "prettier --write"]
}