editors.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. - image: /images/editors/editor_atom.svg
  2. name: Atom
  3. content: |
  4. [`prettier-atom`](https://github.com/prettier/prettier-atom)
  5. [`mprettier`](https://github.com/t9md/atom-mprettier)
  6. [`miniprettier`](https://github.com/duailibe/atom-miniprettier)
  7. - image: "/images/editors/editor_emacs.svg"
  8. name: Emacs
  9. content: |
  10. [`prettier-emacs`](https://github.com/prettier/prettier-emacs)
  11. - image: /images/editors/editor_espresso.svg
  12. name: Espresso
  13. content: |
  14. [`espresso-prettier`](https://github.com/eablokker/espresso-prettier)
  15. - image: /images/editors/editor_sublime.svg
  16. name: Sublime Text
  17. content: |
  18. [`JsPrettier`](https://packagecontrol.io/packages/JsPrettier)
  19. - image: /images/editors/editor_vim.svg
  20. name: Vim
  21. content: |
  22. [`neoformat`](https://github.com/sbdchd/neoformat)
  23. [`ale`](https://github.com/w0rp/ale)
  24. [`vim-prettier`](https://github.com/prettier/vim-prettier)
  25. - image: /images/editors/editor_vs.svg
  26. name: Visual Studio
  27. content: |
  28. [`JavaScriptPrettier`](https://github.com/madskristensen/JavaScriptPrettier)
  29. - image: /images/editors/editor_vscode.svg
  30. name: VS Code
  31. content: |
  32. [`prettier-vscode`](https://github.com/prettier/prettier-vscode)
  33. - image: /images/editors/editor_webstorm.svg
  34. name: WebStorm
  35. content: |
  36. [Built-in support](https://plugins.jetbrains.com/plugin/10456-prettier)