X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/40e2e9982438e6011fd02b84fc0e810cf306ea90..0.4.0:/deno.json?ds=inline

diff --git a/deno.json b/deno.json
index 5d63df6..6bdb9a3 100644
--- a/deno.json
+++ b/deno.json
@@ -1,8 +1,5 @@
 {
-  "fmt": { "options": { "lineWidth": 71 } },
-  "lint": {
-    "rules": {
-      "exclude": ["constructor-super", "no-irregular-whitespace"]
-    }
-  }
+  "fmt": { "lineWidth": 71 },
+  "lint": { "rules": { "exclude": ["constructor-super"] } },
+  "lock": false
 }