diff options
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,15 @@ { "workspace": [ "./src/packages/locusts" - ] -}
\ No newline at end of file + ], + "lint": { + "exclude": [ + "*" + ] + }, + "fmt": { + "exclude": [ + "*" + ] + } +} |