.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / package-json-schema.json
1 {
2     "$schema": "http://json-schema.org/draft-07/schema",
3     "properties": {
4         "prettier": {
5             "description": "Prettier configuration",
6             "$ref": "http://json.schemastore.org/prettierrc"
7         }
8     }
9 }