module.exports = { "extends": "airbnb-base", "env": { "node": true, "jest": true, "es6": true }, "rules": { "no-restricted-syntax": "off", "no-await-in-loop": "off", "no-underscore-dangle": "off", "no-use-before-define": "off", } };