1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-11 22:11:37 +07:00
verdaccio-ui/.prettierrc

13 lines
227 B
Plaintext
Raw Normal View History

2019-02-03 17:23:33 +07:00
{
"useTabs": false,
"printWidth": 160,
"tabWidth": 2,
"singleQuote": true,
"requirePragma": true,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"trailingComma": "es5",
"semi": true,
"parser": "flow"
}