diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-01-17 20:10:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 20:10:17 -0500 |
| commit | 39ea4abff4bfa09c4e98e00ad0d4e0e7b78f1187 (patch) | |
| tree | 501ac70cd048f0a197f2accf1cf01234d54cf143 /.dprint.json | |
| parent | b10563cb2083f7af9d4320662d6aa1897b6db23e (diff) | |
feat: auto-discover config file (#13313)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.dprint.json b/.dprint.json index 73204979a..f870ab772 100644 --- a/.dprint.json +++ b/.dprint.json @@ -21,19 +21,20 @@ "cli/dts/lib.scripthost.d.ts", "cli/dts/lib.webworker*.d.ts", "cli/dts/typescript.d.ts", - "cli/tests/testdata/encoding", - "cli/tests/testdata/inline_js_source_map*", - "cli/tests/testdata/badly_formatted.md", "cli/tests/testdata/badly_formatted.json", + "cli/tests/testdata/badly_formatted.md", "cli/tests/testdata/byte_order_mark.ts", + "cli/tests/testdata/encoding", "cli/tests/testdata/fmt/*", "cli/tests/testdata/import_assertions/json_with_shebang.json", + "cli/tests/testdata/inline_js_source_map*", + "cli/tests/testdata/malformed_config/*", "cli/tests/testdata/test/markdown_windows.md", "cli/tsc/*typescript.js", - "test_util/std", - "test_util/wpt", "gh-pages", "target", + "test_util/std", + "test_util/wpt", "third_party", "tools/wpt/expectation.json", "tools/wpt/manifest.json" |
