• 1
    (1) [var => let/const] part I: · 1c8262fb
    100pah 提交于
    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.
    1c8262fb
MapDraw.ts 16.6 KB