X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8c8953d378b20e194535e22214750367961b6963..HEAD:/deno.json diff --git a/deno.json b/deno.json index e5f93e5..6bdb9a3 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,5 @@ { - "fmt": { "options": { "lineWidth": 71 } }, - "lint": { "rules": { "exclude": ["no-irregular-whitespace"] } } + "fmt": { "lineWidth": 71 }, + "lint": { "rules": { "exclude": ["constructor-super"] } }, + "lock": false }