mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
eslint: unused import; allow no-unused-vars in commented function
This commit is contained in:
parent
62cc376f9f
commit
b8eb8fdb04
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
// ============================================================================
|
||||
|
||||
import Module from 'utilities/module';
|
||||
import {createElement} from 'utilities/dom';
|
||||
import {Color} from 'utilities/color';
|
||||
|
||||
//import THEME_CSS from 'site/styles/theme.scss';
|
||||
|
@ -412,7 +411,7 @@ export default class ThemeEngine extends Module {
|
|||
this.css_tweaks.delete('accent-normal');
|
||||
}
|
||||
|
||||
toggleNormalizer(enable) { // eslint-disable-line class-methods-use-this
|
||||
toggleNormalizer(enable) { // eslint-disable-line class-methods-use-this, no-unused-vars
|
||||
// Intentionally disabled~
|
||||
/*if ( ! this._normalizer ) {
|
||||
if ( ! enable )
|
||||
|
@ -461,4 +460,4 @@ export default class ThemeEngine extends Module {
|
|||
this.updateCSS();
|
||||
this.updateFont();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue