mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Revert "fix(tslint): add correct semicolon option (#1777)"
This reverts commit 00e6ca5d96.
This commit is contained in:
parent
00e6ca5d96
commit
47549dec04
3 changed files with 3 additions and 4 deletions
|
|
@ -5,5 +5,5 @@ export * from './tiny-mce/tiny-mce.component';
|
||||||
export * from './theme-settings/theme-settings.component';
|
export * from './theme-settings/theme-settings.component';
|
||||||
export * from './theme-switcher/theme-switcher.component';
|
export * from './theme-switcher/theme-switcher.component';
|
||||||
export * from './switcher/switcher.component';
|
export * from './switcher/switcher.component';
|
||||||
export * from './layout-direction-switcher/layout-direction-switcher.component';
|
export * from './layout-direction-switcher/layout-direction-switcher.component'
|
||||||
export * from './theme-switcher/themes-switcher-list/themes-switcher-list.component';
|
export * from './theme-switcher/themes-switcher-list/themes-switcher-list.component'
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
|
||||||
// TODO: review set data to styles object
|
// TODO: review set data to styles object
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.invalidateGradientArcs();
|
this.invalidateGradientArcs();
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
private calculateVars() {
|
private calculateVars() {
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@
|
||||||
],
|
],
|
||||||
"radix": true,
|
"radix": true,
|
||||||
"semicolon": [
|
"semicolon": [
|
||||||
true,
|
|
||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
"triple-equals": [
|
"triple-equals": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue