chore: fix eslint

This commit is contained in:
afc163 2020-05-19 16:42:44 +08:00
parent 978bd76d2b
commit 3f0757c12a
3 changed files with 1402 additions and 1379 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable */
import { Scene } from '@antv/l7';
import { CountryLayer } from '@antv/l7-district';
import { Mapbox } from '@antv/l7-maps';

View File

@ -132,7 +132,7 @@
"site:deploy": "yarn run site:build && gh-pages -d public",
"site:publish": "gh-pages -d public",
"lint:fix": "prettier --write docs/api/**/*.md docs/api/*.md packages/**/*.ts{,x} packages/**/*.{spec,story}.ts{,x} stories/**/**/*.tsx *.md",
"lint:examples": "eslint examples/**/**/*.js --fix",
"lint:examples": "eslint examples --fix --ext .js",
"prebuild": "run-p tsc lint",
"build": "yarn clean && lerna run build",
"postbuild": "yarn build:declarations",
@ -185,6 +185,5 @@
},
"tnpm": {
"mode": "yarn"
},
"version": "0.0.0"
}
}

2775
yarn.lock

File diff suppressed because it is too large Load Diff