node-library-preset/.presetterrc.json

15 lines
198 B
JSON
Raw Normal View History

2023-06-25 02:00:40 +00:00
{
"preset": [
"presetter-preset-strict"
],
"config": {
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}