lint: add `deno check` to pre-commit

This commit is contained in:
shiftinv 2022-09-03 01:23:52 +02:00
parent 2a651bd3f9
commit 0ee9b803e1
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@ repos:
entry: deno lint -q
language: system
types_or: [javascript, jsx, ts, tsx, json, markdown]
- id: deno-check
name: deno-check
entry: deno check -q
language: system
types_or: [javascript, jsx, ts, tsx, json, markdown]