forked from abner/for-legacy-web
fix(eslint): rules included deprecated plugin
This commit is contained in:
@@ -159,7 +159,7 @@ export default class Settings
|
||||
@computed private pullKeys(keys: (keyof ISettings)[]) {
|
||||
const obj: Partial<ISettings> = {};
|
||||
keys.forEach((key) => {
|
||||
let value = this.get(key);
|
||||
const value = this.get(key);
|
||||
if (!value) return;
|
||||
(obj as any)[key] = value;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user