{ "extends": [ "eslint-config-airbnb-base" ], "rules": { "arrow-body-style": 0, "consistent-this": ["error", "thiz"], "comma-dangle": 0, "global-require": 0, "no-unused-vars": ["error", { "vars": "all", "args": "none" } ], "prefer-template": 0, "prefer-const": [2, { "destructuring": "any", "ignoreReadBeforeAssign": true }], "space-before-function-paren": 0, "strict": 0 }, "plugins": [ "json" ] }