@front-cmdt/format 1.4.1 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,9 @@ var prettier_config_default = {
83
83
  {
84
84
  files: "*.astro",
85
85
  options: {
86
- parser: "astro"
86
+ parser: "astro",
87
+ singleQuote: false,
88
+ jsxSingleQuote: false
87
89
  }
88
90
  }
89
91
  ]
@@ -57,7 +57,9 @@ var prettier_config = {
57
57
  {
58
58
  files: '*.astro',
59
59
  options: {
60
- parser: 'astro'
60
+ parser: 'astro',
61
+ singleQuote: false,
62
+ jsxSingleQuote: false
61
63
  }
62
64
  }
63
65
  ]
@@ -57,7 +57,9 @@ var prettier_config = {
57
57
  {
58
58
  files: '*.astro',
59
59
  options: {
60
- parser: 'astro'
60
+ parser: 'astro',
61
+ singleQuote: false,
62
+ jsxSingleQuote: false
61
63
  }
62
64
  }
63
65
  ]
@@ -60,7 +60,9 @@ var prettier_config_default = {
60
60
  {
61
61
  files: "*.astro",
62
62
  options: {
63
- parser: "astro"
63
+ parser: "astro",
64
+ singleQuote: false,
65
+ jsxSingleQuote: false
64
66
  }
65
67
  }
66
68
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@front-cmdt/format",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "keywords": [
5
5
  "prettier",
6
6
  "trivago",
@@ -29,6 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "license": "ISC",
32
+ "readme": "README.md",
32
33
  "peerDependencies": {
33
34
  "sass": "^1.5.0"
34
35
  },