Add ESLint config

This commit is contained in:
2024-06-30 09:27:58 +02:00
parent 729da35987
commit 571df652d6
4 changed files with 2378 additions and 4 deletions

View File

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