extend linting pre-commit hook

This commit is contained in:
Collin M. Barrett 2019-09-24 20:14:18 -05:00
parent cbf2edbb04
commit e8964f4cc3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ pool:
steps:
- task: Docker@2
displayName: build
displayName: build
inputs:
repository: "docker.pkg.github.com/collinbarrett/filterlists"
command: "build"

View file

@ -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"
]