SIGN IN SIGN UP
apache / echarts UNCLAIMED

Apache ECharts is a powerful, interactive charting and data visualization library for browser

0 0 144 TypeScript

(1) [var => let/const] part I:

Use eslint rule to check the diff between var and let:
    "no-use-before-define": "off"
    "@typescript-eslint/no-use-before-define": 2
    no-redeclare: 2
    block-scoped-var: 2
    no-loop-func: 2
(2) By the way add some eslint rule and unify some code style.
1
100pah committed
1c8262fbd9d954bec2e3e7241d3603b779dc520e
Parent: 0e7adc3