ci: add .presetterrc.json

This commit is contained in:
Derrick Hammer 2023-06-24 13:18:00 -04:00
parent 7e94be835d
commit 829ce1f1c3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 13 additions and 0 deletions

13
.presetterrc.json Normal file
View File

@ -0,0 +1,13 @@
{
"preset": [
"presetter-preset-strict"
],
"config": {
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}