Newer
Older
casic-smartcity-well-front / static / Cesium / .eslintrc.json
[wangxitong] on 8 Jul 2021 367 bytes mars3d总览
{
    "root": true,
    "extends": [
        "../Tools/eslint-config-cesium/browser.js", 
        "prettier",
        "plugin:es/restrict-to-es5"
    ],
    "plugins": [
        "html",
        "es"
    ],
    "rules": {
        "no-unused-vars": ["error", {"vars": "all", "args": "none"}],
        "es/no-modules": "off",
        "es/no-typed-arrays": "off"
    }
}