{ "extends": [ "airbnb-base", "airbnb-typescript/base", "plugin:prettier/recommended" ], "parserOptions": { "project": "./tsconfig.json" }, "rules": { "import/prefer-default-export": "off", "import/no-default-export": "error", "class-methods-use-this": "off", "no-underscore-dangle": "off" } }