]> Lady’s Gitweb - Pisces/blobdiff - deno.json
Minor doc changes to object.js & symbol.js
[Pisces] / deno.json
index 5d63df686fcf33bf92cbeacb71ade20c330fb12b..7cceeffcff9edda45e1924f018c5a2afb93c9eff 100644 (file)
--- 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 }
This page took 0.176812 seconds and 4 git commands to generate.