feat(generator): create custom generator to create new libs

This commit is contained in:
thomas
2023-06-15 22:59:44 +02:00
parent 3eebb0e498
commit a0560ed906
22 changed files with 3131 additions and 298 deletions

View File

@@ -21,7 +21,9 @@
],
"@angular-eslint/no-host-metadata-property": [
"error",
{ "allowStatic": true }
{
"allowStatic": true
}
]
}
},
@@ -41,6 +43,11 @@
"jest": true
},
"rules": {}
},
{
"files": "*.json",
"parser": "jsonc-eslint-parser",
"rules": {}
}
]
}