We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143d5b commit 8ac6a25Copy full SHA for 8ac6a25
1 file changed
src/index.ts
@@ -561,7 +561,7 @@ export async function create({
561
) => ESLintTemplateName | null;
562
/**
563
* Map the template name to the Rslint template name.
564
- * If not provided, reuses mapESLintTemplate and falls back to 'vanilla-ts'.
+ * If not provided, defaults to 'vanilla-ts' for all templates.
565
*/
566
mapRslintTemplate?: (
567
templateName: string,
0 commit comments