feat: create challenge 44

This commit is contained in:
thomas
2024-02-02 22:23:52 +01:00
parent e04ac11faf
commit cbe3967cfe
19 changed files with 222 additions and 83 deletions

View File

@@ -7,25 +7,7 @@
"extends": [
"plugin:@nx/angular",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@angular-eslint/directive-selector": [
"error",
{
"type": "attribute",
"prefix": "app",
"style": "camelCase"
}
],
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"prefix": "app",
"style": "kebab-case"
}
]
}
]
},
{
"files": ["*.html"],