style: Configure and run eslint

This commit is contained in:
Phan Huy Tran 2025-02-13 10:58:13 +01:00
parent 19ab3933d6
commit 372449cd04
5 changed files with 335 additions and 21 deletions

View file

@ -82,11 +82,24 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"analytics": "33c8483f-3876-4eb5-9c9b-1001cab9b273"
"analytics": "33c8483f-3876-4eb5-9c9b-1001cab9b273",
"packageManager": "bun",
"schematicCollections": [
"angular-eslint"
]
}
}