Properly integrate standard JS tools for JS and TS code
[poolifier.git] / .prettierrc.json
index 62bbd32bd4512eb01bdeea703610aa419d3dbb91..187eda7541c342144f87779ec903048729d2db3a 100644 (file)
@@ -2,6 +2,5 @@
   "arrowParens": "avoid",
   "semi": false,
   "singleQuote": true,
-  "spaceBeforeFunctionParen": true,
   "trailingComma": "none"
 }