UNPKG

mobx--awesome-connect

Version:

Not official React bindings for mobX, but performant and flexible

18 lines (17 loc) 275 B
{ "extends": "eslint-config-rackt", "env": { "browser": true, "mocha": true, "node": true }, "rules": { "valid-jsdoc": 2, "react/jsx-uses-react": 1, "react/jsx-no-undef": 2, "react/wrap-multilines": 2 }, "plugins": [ "react" ] }