fix eslint issues

This commit is contained in:
JFH
2020-07-14 12:56:33 +02:00
parent 01418b44f3
commit 09c786abe9
188 changed files with 179 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable import/no-anonymous-default-export */
/**
* Depends on Firefox add-on and executables from
* {@link https://github.com/brettz9/webappfind}.
@@ -10,6 +11,7 @@ export default {
name: 'webappfind',
async init ({importLocale, $}) {
const strings = await importLocale();
// eslint-disable-next-line consistent-this
const svgEditor = this;
const saveMessage = 'save',
readMessage = 'read',