1
0
Fork 0
freesewing/packages/prettier-config/index.json

8 lines
145 B
JSON
Raw Normal View History

{
"$schema": "http://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
2021-04-24 10:16:31 +02:00
"trailingComma": "es5",
"printWidth": 100
}