Install prettier, lint and lint-staged
This commit is contained in:
4
.lintstagedrc.json
Normal file
4
.lintstagedrc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"*.ts": ["ng-lint-staged lint --fix --"],
|
||||
"*.{js,css,html,md}": ["eslint", "prettier --write"]
|
||||
}
|
||||
Reference in New Issue
Block a user