mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Stop eslint complaining
This commit is contained in:
parent
52ad19d09f
commit
3998887ff2
1 changed files with 2 additions and 1 deletions
|
@ -1348,7 +1348,8 @@ export async function getAsync(
|
|||
*/
|
||||
export async function push() {
|
||||
const local_conf = await browser.storage.local.get(CONFIGNAME)
|
||||
delete (local_conf[CONFIGNAME] as default_config).customthemes
|
||||
// eslint-disable-next-line @typescript-eslint/dot-notation
|
||||
delete local_conf[CONFIGNAME]["customthemes"]
|
||||
return browser.storage.sync.set(local_conf)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue