{ "extends": "eslint-config-ali", "globals": { "getApp": true, "getCurrentPages": true, "my": true, "tt": true, "wx": true }, "rules": { "no-nested-ternary": 0, "no-param-reassign": 0, "no-prototype-builtins": 0, "no-return-assign": 0, "no-empty": 0, "no-console": 0, "no-mixed-operators": 0, "no-inner-declarations": 0, "prefer-arrow-callback": 0, "no-useless-concat": 0, "no-shadow": "warn", "no-multi-assign": 0, "valid-typeof": "warn", "no-lonely-if": 0, "no-lone-blocks": 0, "new-cap": "warn", "no-extend-native":"off", "no-cond-assign":"off", "no-global-assign":"off" } }