refactor: renable standard JS linter rules
[poolifier.git] / .prettierrc.json
index 80901f792fad9172596b1a8f7c9db1fd3ddb03d5..890136a148d82e4dc4e2e6b15101cf4862ba82ea 100644 (file)
@@ -2,5 +2,5 @@
   "$schema": "https://json.schemastore.org/prettierrc",
   "semi": false,
   "singleQuote": true,
-  "trailingComma": "none"
+  "trailingComma": "es5"
 }