UNPKG

react-formio-helper

Version:

Helper library for apps built with react and form.io.

19 lines (18 loc) 277 B
{ "extends": [ "airbnb", "formio" ], "globals": { "window": true, "document": true, "require": true, "module": true, "global": true, "fetch": true, "FormioComponents": true }, "rules": { "import/prefer-default-export": 0 } }