mirror of https://gitee.com/antv-l7/antv-l7
chore: fix eslint
This commit is contained in:
parent
978bd76d2b
commit
3f0757c12a
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable */
|
||||
import { Scene } from '@antv/l7';
|
||||
import { CountryLayer } from '@antv/l7-district';
|
||||
import { Mapbox } from '@antv/l7-maps';
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue