build(deps-dev): bump @types/node
[poolifier.git] / .prettierrc.json
index d77f0e56f434cb6d3e804d0a8c8ffce8b7409544..890136a148d82e4dc4e2e6b15101cf4862ba82ea 100644 (file)
@@ -1,7 +1,6 @@
 {
-  "$schema": "http://json.schemastore.org/prettierrc",
-  "arrowParens": "avoid",
+  "$schema": "https://json.schemastore.org/prettierrc",
   "semi": false,
   "singleQuote": true,
-  "trailingComma": "none"
+  "trailingComma": "es5"
 }