notes/coc/extensions/node_modules/coc-prettier/package-json-schema.json

9 lines
233 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"prettier": {
"description": "Prettier configuration",
"$ref": "http://json.schemastore.org/prettierrc"
}
}
}