- Linting: Fix .eslintrc.js overrides to point to new paths (and avoid need for inline disabling--except import/no-namespace)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable import/no-anonymous-default-export */
|
||||
/**
|
||||
* Depends on Firefox add-on and executables from
|
||||
* {@link https://github.com/brettz9/webappfind}.
|
||||
@@ -11,7 +10,6 @@ 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',
|
||||
|
||||
Reference in New Issue
Block a user