module.exports = { "extends": "airbnb-base", "plugins": [ "import" ], "rules": { "strict": [0, "global"], "no-var": "off" } };