module.exports = { "extends": "airbnb-base", "plugins": [ "import" ], "globals": { "window": true, "document": true, "Dom7": true } };