Skip to content

Commit

Permalink
Use Spartan as UI component library (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich authored Oct 3, 2024
1 parent 432391b commit 83940ad
Show file tree
Hide file tree
Showing 235 changed files with 15,134 additions and 5,837 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
4 changes: 2 additions & 2 deletions webapp/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ module.exports = [
'warn',
{
type: 'attribute',
prefix: 'app',
prefix: ['app', 'hlm'],
style: 'camelCase',
},
],
'@angular-eslint/component-selector': [
'warn',
{
type: 'element',
prefix: 'app',
prefix: ['app', 'hlm'],
style: 'kebab-case',
},
],
Expand Down
Loading

0 comments on commit 83940ad

Please sign in to comment.