提交 b716fb04 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

忽略某些js文件的eslint

上级 94e9f198
/* eslint-disable */
export default function(G6){
G6.registerBehavior('deleteItem', {
getEvents() {
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
import { Marker } from '@antv/g-canvas/lib/shape';
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
import { getShapeName } from '../util/clazz';
......
/* eslint-disable */
import { deepMix, each } from '@antv/util';
import { createDom } from '@antv/dom-util';
......
/* eslint-disable */
import { mix, clone, isString } from '@antv/util';
class Command{
......
/* eslint-disable */
import { deepMix, each, wrapBehavior } from '@antv/util';
import { modifyCSS } from '@antv/dom-util';
......
/* eslint-disable */
import { deepMix, each, wrapBehavior } from '@antv/util';
import { modifyCSS } from '@antv/dom-util';
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
import { shapeBase } from '@antv/g6/lib/shape/shapeBase';
import Shape from '@antv/g6/lib/shape/shape';
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
import { shapeBase } from '@antv/g6/lib/shape/shapeBase';
import Shape from '@antv/g6/lib/shape/shape';
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
const uniqBy = (arr,key)=>{
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
const taskDefaultOptions = {
......
/* eslint-disable */
import editorStyle from "../util/defaultStyle";
import Anchor from '../item/anchor';
const dashArray = [
......
/* eslint-disable */
import editorStyle from '../util/defaultStyle';
import { getShapeName } from '../util/clazz';
import ControlPoint from '../item/controlPoint';
......
/* eslint-disable */
function tab(len){
return [...Array(len)].map(a => " ").join('')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册