Files
ionic-framework/packages/react/.prettierrc.json
2020-12-07 09:31:33 -07:00

9 lines
133 B
JSON

{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}