20230726book-monky-start

This commit is contained in:
2023-07-26 16:12:12 +02:00
parent 8acb12cf59
commit bdcdd8a6ff
6 changed files with 2659 additions and 6 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"
]
}
}