UNPKG

uxcore-rate

Version:
23 lines 443 B
{ "extends": "airbnb", "plugins": [ "react" ], "env": { "browser": true, "mocha": true }, "rules": { "import/no-extraneous-dependencies": "off", "react/jsx-no-bind": "off", "jsx-a11y/no-static-element-interactions": "off", "react/no-unused-prop-types": "off", "react/forbid-prop-types": "off", "no-plusplus": [ "error", { "allowForLoopAfterthoughts": true } ] } }