// Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { "extends": "airbnb", // for mocha "globals": { "describe": true, "it": true, "before": true, "after": true } }