2 Commits

Author SHA1 Message Date
  Dylan Baker 3d7ec2dceb 0.2.3 4 years ago
  Dylan Baker 13f121c214 Fix readme typos 4 years ago
3 changed files with 6 additions and 6 deletions
  1. 4
    4
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 4
- 4
README.md View File

@@ -28,10 +28,10 @@ OPTIONS:
28 28
 ## Exclusions
29 29
 
30 30
 The config file formats that Prettier uses are not able to represent all of
31
-Prettier's default values. For instance, JSON can't represent `undefined` or
32
-`Infinity`, and no format except actual JavaScript can represent `undefined`.
33
-As a result, depending on the chosen format, some configuration options may be
34
-excluded. The current list of exclusions is as follows:
31
+Prettier's default values. For instance, JSON can't represent `Infinity`, and
32
+no format except actual JavaScript can represent `undefined`. As a result,
33
+depending on the chosen format, some configuration options may be excluded. The
34
+current list of exclusions is as follows:
35 35
 
36 36
 
37 37
 | Format | Excluded Options                  |

+ 1
- 1
package-lock.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "prettier-default-config",
3
-  "version": "0.2.2",
3
+  "version": "0.2.3",
4 4
   "lockfileVersion": 1,
5 5
   "requires": true,
6 6
   "dependencies": {

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "prettier-default-config",
3
-  "version": "0.2.2",
3
+  "version": "0.2.3",
4 4
   "description": "Generate a prettier config file with all the possible options and their default values",
5 5
   "bin": "index.js",
6 6
   "scripts": {

Loading…
Cancel
Save