feat: update components

This commit is contained in:
2023-11-15 20:43:36 +01:00
parent 4833155721
commit 0a5cf19b8a
137 changed files with 960 additions and 885 deletions

View File

@@ -17,11 +17,10 @@ module.exports = {
...require('@openstapps/prettier-config'),
overrides: [
{
files: 'src/**/*.html',
files: ['*.html'],
options: {
parser: 'angular',
},
},
],
ignorePath: ['.prettierignore', '../../.gitignore'],
};