mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
extend linting pre-commit hook
This commit is contained in:
parent
cbf2edbb04
commit
e8964f4cc3
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ pool:
|
|||
|
||||
steps:
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
displayName: build
|
||||
inputs:
|
||||
repository: "docker.pkg.github.com/collinbarrett/filterlists"
|
||||
command: "build"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{json,js,jsx,ts,tsx,css,scss,yaml,md}": [
|
||||
"**/*.{json,js,jsx,ts,tsx,css,scss,yaml,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue