]> Lady’s Gitweb - Pisces/blobdiff - deno.json
Update deps; begin working towards REUSE compliance
[Pisces] / deno.json
index 6bdb9a3f3757b4f9d3602f9e15d608706baf5f7c..7cceeffcff9edda45e1924f018c5a2afb93c9eff 100644 (file)
--- a/deno.json
+++ b/deno.json
@@ -1,5 +1,11 @@
-{
-  "fmt": { "lineWidth": 71 },
-  "lint": { "rules": { "exclude": ["constructor-super"] } },
-  "lock": false
-}
+{ "fmt":
+  { "exclude":
+    [ "deno.json" ]
+  , "lineWidth": 71
+  , "operatorPosition": "nextLine"
+  , "useBraces": "always" }
+, "lint":
+  { "rules":
+    { "exclude":
+      [ "constructor-super" ] } }
+, "lock": false }
This page took 0.194112 seconds and 4 git commands to generate.