{ "parserOptions": { "project": "./extensions/tsconfig.base.json", "createDefaultProgram": true }, "rules": { "no-cond-assign": 2, "jsdoc/check-param-names": "error", "@typescript-eslint/explicit-function-return-type": ["off"], "@typescript-eslint/await-thenable": ["error"], "@typescript-eslint/no-unsafe-assignment": "off" } }