fix: add .presetterrc.json

This commit is contained in:
Derrick Hammer 2023-06-27 02:04:25 -04:00
parent 82281b8ce8
commit a4f3331a21
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

5
.presetterrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
}