module.exports = { "extends": "airbnb", "rules": { "no-underscore-dangle": "off", "prefer-rest-params": "off", "no-restricted-syntax": "off", "no-param-reassign": "off", "class-methods-use-this": "off", "strict": "off", }, };