Files
link-free/.prettierrc.json

9 lines
134 B
JSON
Raw Normal View History

2021-12-10 20:54:28 -03:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100
}