build: make es lint faster

This commit is contained in:
Johannes Millan 2024-01-29 09:53:56 +01:00
parent 0c9c670865
commit ba5728c866

View file

@ -224,6 +224,7 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"cache": true,
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
}