Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#290)
[poolifier.git] / .prettierrc.json
1 {
2 "arrowParens": "avoid",
3 "semi": false,
4 "singleQuote": true,
5 "spaceBeforeFunctionParen": true,
6 "trailingComma": "none"
7 }