feat: add es-lint + fix unused import

This commit is contained in:
Jesus Navalon
2026-07-12 19:32:01 +02:00
parent 282bcc9d76
commit cd2ddd3cb0
3 changed files with 1002 additions and 10 deletions
+3 -1
View File
@@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"lint": "ng lint"
},
"prettier": {
"printWidth": 100,
@@ -37,6 +38,7 @@
"@angular/build": "v20-lts",
"@angular/cli": "v20-lts",
"@angular/compiler-cli": "v20-lts",
"angular-eslint": "21.0.1",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.9.0",
"karma": "~6.4.0",