{ "env": { "commonjs": true, "es2021": true, "node": true, "jest/globals": true }, "extends": ["airbnb-base", "eslint:recommended", "plugin:jest/recommended", "prettier"], "plugins": ["jest", "prettier"], "parserOptions": { "ecmaVersion": 12 }, "rules": { "import/no-unresolved": "off", "no-restricted-syntax": "off", "no-async-promise-executor": "off", "prettier/prettier": "error", "no-console": "warn", "no-underscore-dangle": "warn", "class-methods-use-this": "off" }, "settings": { "jest": { "version": 26 } } }