{ "parser": "@typescript-eslint/parser", "parserOptions": { "project": "./tsconfig.json", "tsconfigRootDir": "./" }, "settings": { "import/resolver": { "typescript": {}, "alias": [ ["awayto", "../core/index.ts"], ["route-match", "../core/types/route-match.d.ts"] ] } }, "plugins": [ "@typescript-eslint", "import" ], "extends": [ "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking" ] }