mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +00:00
Get eslint to fix files in precommit git hook
We need the hook to fix things when possible.
This commit is contained in:
parent
35414eaffd
commit
8029200984
@ -162,8 +162,7 @@
|
||||
],
|
||||
"lint-staged": {
|
||||
"*.ts": [
|
||||
"eslint",
|
||||
"prettier --write"
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{ts,json,conf.js}": [
|
||||
"prettier --write"
|
||||
|
Loading…
x
Reference in New Issue
Block a user