{ "extends": "airbnb", "rules": { "comma-dangle": ["error", "always-multiline"], "no-undef": "off", "no-prototype-builtins": "off" } }