{ "extends": "airbnb/legacy", "rules": { "func-names": 0, "no-shadow": 0, "no-param-reassign": 0, "no-var": 0, "object-shorthand": 0, "no-console": 0, "strict": 0 }, "globals": { "define": false, "jQuery": false } }