UNPKG

beyond-datetime

Version:
36 lines 823 B
{ "env": { "browser": true, "commonjs": true, "es6": true, "node": true }, "extends":[ "eslint:recommended", "plugin:react/recommended" ], "parserOptions": { "ecmaFeatures": { "jsx": true }, "sourceType": "module" }, "rules": { "no-const-assign": "warn", "no-this-before-super": "warn", "no-undef": "error", "no-unreachable": "warn", "no-unused-vars": "warn", "constructor-super": "warn", "valid-typeof": "warn", "no-console": "warn", "react/prop-types":"off", "react/no-string-refs" : "warn" }, "globals": { "__webpack_public_path__": true, "React" : true, "app" : true, "wx" : true } }