hypertuner-cloud/.prettierrc.json

11 lines
177 B
JSON

{
"printWidth": 100,
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"jsxSingleQuote": false,
"plugins": []
}