]> source.dussan.org Git - sonarqube.git/commitdiff
Remove useless gitDir from lint-staged config
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 5 Nov 2018 09:55:17 +0000 (10:55 +0100)
committerSonarTech <sonartech@sonarsource.com>
Thu, 8 Nov 2018 19:20:58 +0000 (20:20 +0100)
server/sonar-web/package.json

index 6402a982d80231e823077e5a75fd7bd7662b5d20..df12a25dfd7278c1e932abb6b5cbf2cf925037a1 100644 (file)
     "singleQuote": true
   },
   "lint-staged": {
-    "gitDir": "../../",
     "linters": {
       "*.{css,json}": [
         "prettier --write",