{ "extends": "airbnb-base", "env": { "node": true, "mocha": true }, "rules": { "no-console": "off", "no-underscore-dangle": "off" } }