Refactoring based on LGTM analysis

This commit is contained in:
Liyas Thomas
2020-09-23 17:54:52 +05:30
parent 91677a41d4
commit 2e423b101b
5 changed files with 6 additions and 25 deletions

View File

@@ -320,7 +320,6 @@ import {
hasFirefoxExtensionInstalled,
} from "~/helpers/strategies/ExtensionStrategy"
import { getPlatformSpecialKey } from "~/helpers/platformutils"
import firebase from "firebase/app"
import { fb } from "~/helpers/fb"
import closeIcon from "~/static/icons/close-24px.svg?inline"

View File

@@ -23,7 +23,6 @@ const DEFAULT_THEME = "twilight"
import ace from "ace-builds"
import "ace-builds/webpack-resolver"
import jsonParse from "~/helpers/jsonParse"
import debounce from "~/helpers/utils/debounce"
import * as esprima from "esprima"