fix eslint issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable import/no-anonymous-default-export */
|
||||
/**
|
||||
* @file ext-polygon.js
|
||||
*
|
||||
@@ -8,6 +9,7 @@
|
||||
export default {
|
||||
name: 'polygon',
|
||||
async init (S) {
|
||||
// eslint-disable-next-line consistent-this
|
||||
const svgEditor = this;
|
||||
const svgCanvas = svgEditor.canvas;
|
||||
const {$, importLocale} = S, // {svgcontent}
|
||||
|
||||
Reference in New Issue
Block a user