mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +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 Module from 'utilities/module';
|
||||||
import {createElement} from 'utilities/dom';
|
|
||||||
import {Color} from 'utilities/color';
|
import {Color} from 'utilities/color';
|
||||||
|
|
||||||
//import THEME_CSS from 'site/styles/theme.scss';
|
//import THEME_CSS from 'site/styles/theme.scss';
|
||||||
|
@ -412,7 +411,7 @@ export default class ThemeEngine extends Module {
|
||||||
this.css_tweaks.delete('accent-normal');
|
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~
|
// Intentionally disabled~
|
||||||
/*if ( ! this._normalizer ) {
|
/*if ( ! this._normalizer ) {
|
||||||
if ( ! enable )
|
if ( ! enable )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue