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