pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.56k stars 274 forks source link

Consider prettier #34

Closed flaviouk closed 2 years ago

flaviouk commented 2 years ago

Hi, would you be interested in formatting with prettier & enforcing in CI? Can create a PR

pacocoursey commented 2 years ago

Sounds good. Here's the prettier config to use:

{
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "all",
  "printWidth": 120
}