2 Commits

Autor SHA1 Nachricht Datum
  Dylan Baker 3d7ec2dceb 0.2.3 vor 4 Jahren
  Dylan Baker 13f121c214 Fix readme typos vor 4 Jahren
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 4
    4
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 4
- 4
README.md Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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": {

Laden…
Abbrechen
Speichern