add eslint

This commit is contained in:
2025-02-23 20:38:00 -05:00
parent 57c7a44256
commit 9ca074ab4e
4 changed files with 1766 additions and 4 deletions

View File

@@ -95,8 +95,22 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"schematicCollections": [
"angular-eslint"
]
}
}