diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-01-18 06:58:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 06:58:50 -0500 |
| commit | ce52bfc59c6700e64dbe941485d078ceb9dd2158 (patch) | |
| tree | a0da203cfeeae9ccf94ed90f3e035dc9596e1b6f /.dprint.json | |
| parent | 39ea4abff4bfa09c4e98e00ad0d4e0e7b78f1187 (diff) | |
Add LSP benchmark mimicking the one on quick-lint-js (#13365)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dprint.json b/.dprint.json index f870ab772..7a88cdff3 100644 --- a/.dprint.json +++ b/.dprint.json @@ -15,6 +15,7 @@ "excludes": [ ".cargo_home", ".git", + "cli/bench/testdata/express-router.js", "cli/dts/lib.d.ts", "cli/dts/lib.dom*", "cli/dts/lib.es*", |
