summaryrefslogtreecommitdiff
path: root/tools/format.js
AgeCommit message (Collapse)Author
2021-05-06chore: upgrade dprint 0.13.1 to fix CI. (#10513)David Sherret
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-11-09chore: reference dprint config file in format script (#8318)Bartek Iwańczuk
* chore: reference dprint config file in format script * chore: ignore .git folder in dprint config
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".