feat: add .prettierignore template

This commit is contained in:
Derrick Hammer 2023-07-09 06:29:18 -04:00
parent 4120e077e6
commit c73dff7326
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
return template(content, variable);
/* eslint-enable @typescript-eslint/naming-convention */
},
".prettierignore": resolve(TEMPLATES, "prettierignore"),
},
supplementaryIgnores: ignores,
supplementaryConfig: {

1
templates/prettierignore Normal file
View File

@ -0,0 +1 @@
lib