ci: add .presetterrc.json
This commit is contained in:
parent
7e94be835d
commit
829ce1f1c3
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"preset": [
|
||||
"presetter-preset-strict"
|
||||
],
|
||||
"config": {
|
||||
"prettier": {
|
||||
"singleQuote": false
|
||||
}
|
||||
},
|
||||
"variable": {
|
||||
"source": "src"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue