- 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:
Brett Zamir
2020-07-18 18:31:34 +08:00
parent e560784961
commit 0fc64b4912
138 changed files with 18257 additions and 19842 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable import/no-anonymous-default-export */
/**
* @file ext-eyedropper.js
*
@@ -12,7 +11,6 @@ export default {
name: 'eyedropper',
async init (S) {
const strings = await S.importLocale();
// eslint-disable-next-line consistent-this
const svgEditor = this;
const {$, ChangeElementCommand} = S, // , svgcontent,
// svgdoc = S.svgroot.parentNode.ownerDocument,