0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/website/.prettierrc

8 lines
110 B
Text
Raw Normal View History

{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"useTabs": false
}