{ "extends": "airbnb", "rules": { "indent": [2, "tab"], "no-tabs": 0, "no-cond-assign": 0, "no-restricted-syntax": 0, "guard-for-in": 0, "no-useless-escape": 0 } }