Upgraded to Angular v21

Removed tailwind

Moved to vitest from karma/jasmine
This commit is contained in:
2026-01-28 07:18:05 +00:00
parent e0766c5a2e
commit ca94f8f57e
19 changed files with 1656 additions and 2698 deletions

View File

@ -4,4 +4,12 @@ module.exports = {
singleQuote: true,
bracketSpacing: true,
printWidth: 120,
overrides: [
{
files: '*.html',
options: {
parser: 'angular',
},
},
],
};