{ "extends": ["airbnb", "prettier"], "plugins": ["prettier"], "env": { "browser": true, "jest": true }, "rules": { "prettier/prettier": ["error"], "strict": "off", "func-names": "off", "import/no-dynamic-require": "off", "no-console": "off", "no-param-reassign": "off", "no-plusplus": "off", "no-restricted-syntax": "off", "object-shorthand": "off", "operator-assignment": "off", "prefer-arrow-callback": "off", "prefer-destructuring": "off", "prefer-template": "off", "trailing-comma": "off", "linebreak-style": "off" } }