]> Lady’s Gitweb - Pisces/blobdiff - deno.json
Minor doc changes to object.js & symbol.js
[Pisces] / deno.json
index 548f1fea373746fbf03798804ccb69d7b86acc7f..7cceeffcff9edda45e1924f018c5a2afb93c9eff 100644 (file)
--- a/deno.json
+++ b/deno.json
@@ -1,4 +1,11 @@
-{
-  "fmt": { "options": { "lineWidth": 71 } },
-  "lint": { "rules": { "exclude": ["constructor-super"] } }
-}
+{ "fmt":
+  { "exclude":
+    [ "deno.json" ]
+  , "lineWidth": 71
+  , "operatorPosition": "nextLine"
+  , "useBraces": "always" }
+, "lint":
+  { "rules":
+    { "exclude":
+      [ "constructor-super" ] } }
+, "lock": false }
This page took 0.147409 seconds and 4 git commands to generate.