7 lines
146 B
JSON
7 lines
146 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100
|
|
}
|