pull/7944/head
Panayiotis Lipiridis 2021-01-18 22:04:25 +02:00
parent 49bc591154
commit 143d27932d
3 changed files with 12 additions and 2 deletions

View File

@ -1 +1,2 @@
public/vendor/
public/javascript/vendor/

View File

@ -2,5 +2,13 @@
"proseWrap": "never",
"quoteProps": "consistent",
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"overrides": [
{
"files": "*.{json,xml}",
"options": {
"printWidth": 500
}
}
]
}

View File

@ -22,13 +22,14 @@
"yarn": "^1"
},
"dependencies": {
"@prettier/plugin-xml": "0.12.0",
"prettier": "2.2.1",
"xml2js": "0.4.19"
},
"scripts": {
"format": "yarn prettier --write",
"lint": "yarn prettier --list-different",
"prettier": "prettier \"**/*.{ts,js,json,md,scss,yaml,yml}\""
"prettier": "prettier \"**/*.{ts,js,json,md,scss,yaml,yml,xml}\""
},
"workspaces": [
"ui",