{ "extends": "airbnb/base", "rules" : { "comma-dangle" : 0, "no-unused-vars" : 1, "object-shorthand" : 0, "max-len": 0, "no-param-reassign": 0, "arrow-body-style": 0, "consistent-return": 0, "no-console": 0, "strict": 0, "no-underscore-dangle": 0 } }