X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/40e2e9982438e6011fd02b84fc0e810cf306ea90..9c6be9646631101a3883d4dac08495d5e35e9977:/deno.json?ds=sidebyside diff --git a/deno.json b/deno.json index 5d63df6..7cceeff 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,11 @@ -{ - "fmt": { "options": { "lineWidth": 71 } }, - "lint": { - "rules": { - "exclude": ["constructor-super", "no-irregular-whitespace"] - } - } -} +{ "fmt": + { "exclude": + [ "deno.json" ] + , "lineWidth": 71 + , "operatorPosition": "nextLine" + , "useBraces": "always" } +, "lint": + { "rules": + { "exclude": + [ "constructor-super" ] } } +, "lock": false }