{ "extends": "airbnb-base", "parser": "typescript-eslint-parser", "rules": { "import/no-unresolved": "off", "import/extensions": "off", "no-undef": "off", "no-unused-vars": "off", "no-useless-constructor": "off", "no-empty-function": "off", "dot-notation": "off" } }