2 次程式碼提交

作者 SHA1 備註 提交日期
  Dylan Baker 3d7ec2dceb 0.2.3 4 年之前
  Dylan Baker 13f121c214 Fix readme typos 4 年之前
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 4
    4
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 4
- 4
README.md 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存