aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deno.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/deno.json b/deno.json
index dd406b5..3c716ea 100644
--- a/deno.json
+++ b/deno.json
@@ -1,5 +1,15 @@
{
"workspace": [
"./src/packages/locusts"
- ]
-} \ No newline at end of file
+ ],
+ "lint": {
+ "exclude": [
+ "*"
+ ]
+ },
+ "fmt": {
+ "exclude": [
+ "*"
+ ]
+ }
+}