]> Lady’s Gitweb - Pisces/blobdiff - deno.json
Minor refactors to numeric.js
[Pisces] / deno.json
index e5f93e53683c5a3a375305fd8bfe9f495def097a..7cceeffcff9edda45e1924f018c5a2afb93c9eff 100644 (file)
--- a/deno.json
+++ b/deno.json
@@ -1,4 +1,11 @@
-{
-  "fmt": { "options": { "lineWidth": 71 } },
-  "lint": { "rules": { "exclude": ["no-irregular-whitespace"] } }
-}
+{ "fmt":
+  { "exclude":
+    [ "deno.json" ]
+  , "lineWidth": 71
+  , "operatorPosition": "nextLine"
+  , "useBraces": "always" }
+, "lint":
+  { "rules":
+    { "exclude":
+      [ "constructor-super" ] } }
+, "lock": false }
This page took 0.18767 seconds and 4 git commands to generate.