Skip to content

Commit 8ac6a25

Browse files
authored
chore: fix mapRslintTemplate comments (#139)
1 parent 6143d5b commit 8ac6a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ export async function create({
561561
) => ESLintTemplateName | null;
562562
/**
563563
* Map the template name to the Rslint template name.
564-
* If not provided, reuses mapESLintTemplate and falls back to 'vanilla-ts'.
564+
* If not provided, defaults to 'vanilla-ts' for all templates.
565565
*/
566566
mapRslintTemplate?: (
567567
templateName: string,

0 commit comments

Comments
 (0)