We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5020a6f commit 40b3b6dCopy full SHA for 40b3b6d
src/configs/typescript.ts
@@ -200,7 +200,6 @@ export async function typescript(
200
"ts/prefer-regexp-exec": "error",
201
"ts/prefer-return-this-type": "error",
202
"ts/prefer-string-starts-ends-with": "error",
203
- // "ts/prefer-ts-expect-error": "error",
204
"ts/restrict-plus-operands": [
205
"error",
206
{
src/factory.ts
@@ -128,7 +128,7 @@ export function rsEslint(
128
...typeScriptSubOptions,
129
filesTypeAware: filesTypeAware ?? defaultFilesTypesAware,
130
parserOptions: {
131
- project: tsconfig ?? null,
+ projectService: true,
132
...parserOptions,
133
},
134
};
0 commit comments