From e8964f4cc371d169fff528ae1f1d69fe87272d2e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:14:18 -0500 Subject: [PATCH] extend linting pre-commit hook --- azure-pipelines.web.yaml | 2 +- src/FilterLists.Web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 40e8fe660..1b1c7b015 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -6,7 +6,7 @@ pool: steps: - task: Docker@2 - displayName: build + displayName: build inputs: repository: "docker.pkg.github.com/collinbarrett/filterlists" command: "build" diff --git a/src/FilterLists.Web/package.json b/src/FilterLists.Web/package.json index 47e138b44..642bb06d6 100644 --- a/src/FilterLists.Web/package.json +++ b/src/FilterLists.Web/package.json @@ -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" ]