mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-16 06:48:49 +08:00
chore: add globals for eslint withing codesandbox code sample
This commit is contained in:
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