{ "env": { "browser": true, "commonjs": true, "es2021": true }, "extends": ["airbnb-base"], "parserOptions": { "ecmaVersion": 12 }, "rules": { "no-plusplus": 0, "no-await-in-loop": 0, "linebreak-style": 0, "import/newline-after-import": 0, "prefer-destructuring": 0, "comma-dangle": 0, "quotes": 0, "arrow-parens": 0, "no-return-await": 0, "consistent-return": 0, "eol-last": 0, "semi": 0, "no-console": 0, "eqeqeq": 0, "no-constant-condition": 0 }, "globals": { "describe": "readonly", "test": "readonly", "expect": "readonly" } }