Added ESLint configuration and update dependencies; enhance index.html with font links

This commit is contained in:
Jesus Navalon
2026-07-12 13:35:07 +02:00
parent 8335cebc40
commit 29c74e9829
5 changed files with 2291 additions and 24 deletions
+9 -1
View File
@@ -91,7 +91,15 @@
"src/styles.scss"
]
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}