Files
link-free/.prettierrc.json
2021-12-10 20:55:29 -03:00

9 lines
134 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100
}