lint: add `deno check` to pre-commit
This commit is contained in:
parent
2a651bd3f9
commit
0ee9b803e1
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue