diff options
| author | 罗文 <axetroy.dev@gmail.com> | 2019-11-19 10:15:52 +0800 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-18 21:15:52 -0500 |
| commit | 00aa409ff228a8fe6c73677012538844ce96a3ec (patch) | |
| tree | 6e2d244b16d4c4fc358416622f8f3d70c7d266da /std/prettier/testdata | |
| parent | b6b813cbfcf1a440a4a3b5eb10f55cfc85c4e3f3 (diff) | |
support load yaml/yml prettier config (#3370)
Diffstat (limited to 'std/prettier/testdata')
| -rw-r--r-- | std/prettier/testdata/config_file_yaml/.prettierrc.yaml | 2 | ||||
| -rw-r--r-- | std/prettier/testdata/config_file_yml/.prettierrc.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/std/prettier/testdata/config_file_yaml/.prettierrc.yaml b/std/prettier/testdata/config_file_yaml/.prettierrc.yaml new file mode 100644 index 000000000..76e9f3104 --- /dev/null +++ b/std/prettier/testdata/config_file_yaml/.prettierrc.yaml @@ -0,0 +1,2 @@ +singleQuote: true +trailingComma: "all" diff --git a/std/prettier/testdata/config_file_yml/.prettierrc.yml b/std/prettier/testdata/config_file_yml/.prettierrc.yml new file mode 100644 index 000000000..76e9f3104 --- /dev/null +++ b/std/prettier/testdata/config_file_yml/.prettierrc.yml @@ -0,0 +1,2 @@ +singleQuote: true +trailingComma: "all" |
