Skip to content

Commit

Permalink
chore: add globals for eslint withing codesandbox code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Mar 2, 2021
1 parent 731af39 commit eea1597
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down
6 changes: 6 additions & 0 deletions scripts/sandbox/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globals": {
"Vue": true,
"VueECharts": true
}
}

0 comments on commit eea1597

Please sign in to comment.