aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
blob: 18dd7e108d511e05d650bbc838ed988933b3fb96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "nodeModulesDir": "auto",
  "workspace": [
    "./src/packages/locusts"
  ],
  "lint": {
    "exclude": [
      "*"
    ]
  },
  "fmt": {
    "exclude": [
      "*"
    ]
  }
}