X-Git-Url: https://git.ladys.computer/Etiquette/blobdiff_plain/91b9ab704dc286cc5e5a5d9cd6e3f48313d2c9f2..1042458c16601ea32b871819f79a6ba78b1e90ae:/deno.json?ds=inline diff --git a/deno.json b/deno.json index d00db95..7085b64 100644 --- a/deno.json +++ b/deno.json @@ -1 +1,5 @@ -{ "fmt": { "lineWidth": 71 } } +{ + "lint": { "exclude": [".*/"] }, + "fmt": { "exclude": [".*/"], "lineWidth": 71 }, + "test": { "exclude": [".*/"] } +}