Add JSON schema to prettier configuration file
[benchmarks-js.git] / .prettierrc.json
index 62bbd32bd4512eb01bdeea703610aa419d3dbb91..d77f0e56f434cb6d3e804d0a8c8ffce8b7409544 100644 (file)
@@ -1,7 +1,7 @@
 {
+  "$schema": "http://json.schemastore.org/prettierrc",
   "arrowParens": "avoid",
   "semi": false,
   "singleQuote": true,
-  "spaceBeforeFunctionParen": true,
   "trailingComma": "none"
 }