We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ec36b + 4c90700 commit c20d384Copy full SHA for c20d384
.prettierrc.json
@@ -1,5 +1,5 @@
1
{
2
"tabWidth": 4,
3
"singleQuote": false,
4
- "plugins":["@prettier/plugin-xml"]
+ "plugins": ["@prettier/plugin-xml"]
5
}
package.json
@@ -10,10 +10,12 @@
10
"author": "masx200 <34191203+masx200@users.noreply.github.com>",
11
"license": "MIT",
12
"description": "#### 介绍",
13
- "scripts": { "format": "./node_modules/.bin/prettier --w */*/*.yml */*.yml *.xml" },
+ "scripts": {
14
+ "format": "./node_modules/.bin/prettier --w */*/*.yml */*.yml *.xml"
15
+ },
16
"keywords": [],
17
"devDependencies": {
18
"prettier": "^2.8.8",
- "@prettier/plugin-xml":"2.2.0"
19
+ "@prettier/plugin-xml": "2.2.0"
20
21
0 commit comments