Properly integrate standard JS tools for JS and TS code
[poolifier.git] / .prettierrc.json
1 {
2 "arrowParens": "avoid",
3 "semi": false,
4 "singleQuote": true,
5 "trailingComma": "none"
6 }