ccdp10003-project02/.prettierrc

6 lines
100 B
Text

{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none",
"printWidth": 120
}