You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"scripts": {
|
|
"fmt": "yarn prettier --write '**/*.{xml,ui,css}' '!build-dir' '!_build' '!.flatpak-builder' && python -m black ."
|
|
},
|
|
"devDependencies": {
|
|
"@prettier/plugin-xml": "^2.2.0",
|
|
"prettier": "^2.7.1"
|
|
},
|
|
"prettier": {
|
|
"bracketSameLine": true,
|
|
"singleAttributePerLine": false,
|
|
"xmlSelfClosingSpace": false
|
|
}
|
|
}
|