summaryrefslogtreecommitdiff
path: root/.bithoundrc
blob: bf7f1f150caa739c32eb8b8309dd011fdfbaa797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "ignore": [
  ],
  "test": [
  ],
  "dependencies": {
    "unused-ignores": [
      "react-scripts",
      "prettier",
      "node-sass-chokidar",
      "lint-staged",
      "konva",
      "husky",
      "npm-run-all"
    ]
  }
}