Add development tools configuration
[benchmarks-js.git] / .prettierrc.json
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644 (file)
index 0000000..62bbd32
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "arrowParens": "avoid",
+  "semi": false,
+  "singleQuote": true,
+  "spaceBeforeFunctionParen": true,
+  "trailingComma": "none"
+}