build: add JSON schema to configuration files
[poolifier.git] / .prettierrc.json
1 {
2 "$schema": "http://json.schemastore.org/prettierrc",
3 "arrowParens": "avoid",
4 "semi": false,
5 "singleQuote": true,
6 "trailingComma": "none"
7 }