summaryrefslogtreecommitdiff
path: root/.dprint.json
AgeCommit message (Collapse)Author
2022-01-04fix: upgrade swc_ecmascript to 0.103 (#13284)David Sherret
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-11-19fix(fmt): markdown formatting was incorrectly removing some non-breaking ↵David Sherret
space html entities (#12818)
2021-11-15fix(test): support typechecking docs with CRLF line endings (#12748)Geert-Jan Zwiers
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-21fix(lsp): formatting should error on certain additional swc diagnostics (#12491)David Sherret
2021-10-18fix(fmt): keep parens for JS doc type assertions (#12475)David Sherret
2021-10-16fix: fmt should not remove parens around sequence expressions (#12461)David Sherret
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-10-06Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" ↵Bartek Iwańczuk
(#12348) This reverts commit d5b38a992933db5cb2d0221e9d82af191022dad5.
2021-10-06fix(cli): ensure empty lines don't count towards coverage (#11957)Casper Beyer
2021-09-13feat(fmt): add support for configuration file (#11944)Bartek Iwańczuk
This commit adds support for configuration file for "deno fmt" subcommand. It is also respected by LSP when formatting files. Example configuration: { "fmt": { "files": { "include": ["src/"], "exclude": ["src/testdata/"] }, "options": { "useTabs": true, "lineWidth": 80, "indentWidth": 4, "singleQuote": true, "textWrap": "preserve" } } }
2021-09-06chore: upgrade third_party for dprint 0.17 (#11930)David Sherret
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-09-02chore: upgrade crates (#11894)Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-16fix: parse error when transpiling code with BOM (#11688)Ryan Dahl
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-04feat(fmt): format top-level JSX elements/fragments with parens when ↵David Sherret
multi-line (#11582)
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-07-01chore: update dprint-plugin-json to remove duplicate dprint-core dependency ↵David Sherret
(#11209)
2021-05-06chore: upgrade dprint 0.13.1 to fix CI. (#10513)David Sherret