feat: add .prettierignore template
This commit is contained in:
parent
4120e077e6
commit
c73dff7326
|
@ -65,6 +65,7 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
return template(content, variable);
|
return template(content, variable);
|
||||||
/* eslint-enable @typescript-eslint/naming-convention */
|
/* eslint-enable @typescript-eslint/naming-convention */
|
||||||
},
|
},
|
||||||
|
".prettierignore": resolve(TEMPLATES, "prettierignore"),
|
||||||
},
|
},
|
||||||
supplementaryIgnores: ignores,
|
supplementaryIgnores: ignores,
|
||||||
supplementaryConfig: {
|
supplementaryConfig: {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
lib
|
Loading…
Reference in New Issue