X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/40e2e9982438e6011fd02b84fc0e810cf306ea90..83f6aae0d1b8181dc2b0c6ccdba9f2fe2fdba3e6:/deno.json?ds=sidebyside 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 }