{ "extends": [ "airbnb", "formio" ], "globals": { "window": true, "document": true, "require": true, "module": true, "global": true, "fetch": true, "FormioComponents": true }, "rules": { "import/prefer-default-export": 0 } }