mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
Pre-commit should not modify files.
This commit is contained in:
parent
362d9ba256
commit
2a5583d940
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
"prettier --check",
|
||||
"eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue