mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 18:26:11 +01:00
chore(app): update @nga/theme and fix styles according to linter
This commit is contained in:
parent
ff0e6adf60
commit
f127fd37e1
31 changed files with 173 additions and 188 deletions
|
|
@ -96,8 +96,8 @@
|
|||
],
|
||||
"no-conditional-assignment": true,
|
||||
"no-console": [true, "log"],
|
||||
"directive-selector": [true, "attribute", ["nga"], "camelCase"],
|
||||
"component-selector": [true, "element", ["nga"], "kebab-case"],
|
||||
"directive-selector": [true, "attribute", "camelCase"],
|
||||
"component-selector": [true, "element", "kebab-case"],
|
||||
"use-input-property-decorator": true,
|
||||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue