- 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 */
|
||||
/**
|
||||
* @file ext-grid.js
|
||||
*
|
||||
@@ -12,7 +11,6 @@ export default {
|
||||
name: 'grid',
|
||||
async init ({$, NS, getTypeMap, importLocale}) {
|
||||
const strings = await importLocale();
|
||||
// eslint-disable-next-line consistent-this
|
||||
const svgEditor = this;
|
||||
const svgCanvas = svgEditor.canvas;
|
||||
const svgdoc = document.getElementById('svgcanvas').ownerDocument,
|
||||
|
||||
Reference in New Issue
Block a user