Remove xml

pull/7944/head
Panayiotis Lipiridis 2021-01-24 12:35:28 +02:00
parent fe7bb38f8d
commit e9b60ea04c
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"trailingComma": "all", "trailingComma": "all",
"overrides": [ "overrides": [
{ {
"files": "*.{json,xml}", "files": "*.{json}",
"options": { "options": {
"printWidth": 10000 "printWidth": 10000
} }

View File

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