mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
lint yaml w/prettier via pre-commit hook
This commit is contained in:
parent
a24482062e
commit
cf64e4d8cb
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
||||
"src/**/*.{json,js,jsx,ts,tsx,css,scss,yaml,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue