// Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { "extends": "airbnb", "rules": { "no-var": 0, "prefer-destructuring": 0, "prefer-template": 0, "prefer-arrow-callback": [0], "global-require": 0 } }