Add JSON schema to prettier configuration file
[benchmarks-js.git] / .prettierrc.json
index 187eda7541c342144f87779ec903048729d2db3a..d77f0e56f434cb6d3e804d0a8c8ffce8b7409544 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/prettierrc",
   "arrowParens": "avoid",
   "semi": false,
   "singleQuote": true,