{ "extends": ["airbnb-base"], "rules": { "no-console": "off", "no-use-before-define": "off", "indent": ["error", "tab"], "no-tabs": "off" } }