mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
chore: add globals for eslint withing codesandbox code sample
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 6.0.0-beta.4
|
||||
|
||||
* Suppress native events and only handles chart events.
|
||||
|
||||
## 6.0.0-beta.3
|
||||
|
||||
* Update `vue-demi` version to fix type error.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue-echarts",
|
||||
"description": "Vue.js component for Apache ECharts.",
|
||||
"version": "6.0.0-beta.3",
|
||||
"version": "6.0.0-beta.4",
|
||||
"repository": "https://github.com/ecomfe/vue-echarts.git",
|
||||
"license": "MIT",
|
||||
"author": "GU Yiling <justice360@gmail.com>",
|
||||
|
6
scripts/sandbox/.eslintrc.json
Normal file
6
scripts/sandbox/.eslintrc.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"globals": {
|
||||
"Vue": true,
|
||||
"VueECharts": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user