X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/0752ef49a10befbfc3c3cb5aa0c194ad5dddef8a..6e6d4e3261c1c943fe44fa9e381bcf8bf1441fd6:/deno.json?ds=inline diff --git a/deno.json b/deno.json index 548f1fe..6bdb9a3 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,5 @@ { - "fmt": { "options": { "lineWidth": 71 } }, - "lint": { "rules": { "exclude": ["constructor-super"] } } + "fmt": { "lineWidth": 71 }, + "lint": { "rules": { "exclude": ["constructor-super"] } }, + "lock": false }