Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pre_commit/.pre-commit

Create the pre-commit file
Latest
File
#! /bin/sh
deno lint && deno fmt && deno test --unstable -A