mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"properties": {
|
|
"prettier": {
|
|
"description": "Prettier configuration",
|
|
"$ref": "https://json.schemastore.org/prettierrc"
|
|
}
|
|
}
|
|
}
|