9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"tabWidth": 2,
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"trailingComma": "none",
|
|
"ignorePath": ".prettierignore"
|
|
}
|