forked from prettier/prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditors.json
42 lines (42 loc) · 1.5 KB
/
editors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"image": "/images/atom-128px.png",
"name": "Atom",
"content": "[`prettier-atom`](https://github.com/prettier/prettier-atom), [`mprettier`](https://github.com/t9md/atom-mprettier)"
},
{
"image": "/images/emacs-128px.png",
"name": "Emacs",
"content": "[`prettier-emacs`](https://github.com/prettier/prettier-emacs)"
},
{
"image": "/images/espresso-128px.png",
"name": "Espresso",
"content": "[`espresso-prettier`](https://github.com/eablokker/espresso-prettier)"
},
{
"image": "/images/sublimetext-128px.png",
"name": "Sublime Text",
"content": "[`JsPrettier`](https://packagecontrol.io/packages/JsPrettier)"
},
{
"image": "/images/vim-128px.png",
"name": "Vim",
"content": "[`neoformat`](https://github.com/sbdchd/neoformat), [`ale`](https://github.com/w0rp/ale), [`vim-prettier`](https://github.com/prettier/vim-prettier)"
},
{
"image": "/images/visualstudio-128px.png",
"name": "Visual Studio",
"content": "[`JavaScriptPrettier`](https://github.com/madskristensen/JavaScriptPrettier)"
},
{
"image": "/images/vscode-128px.png",
"name": "Visual Studio Code",
"content": "[`prettier-vscode`](https://github.com/prettier/prettier-vscode)"
},
{
"image": "/images/webstorm-128px.png",
"name": "WebStorm",
"content": "[External Tool](https://prettier.io/docs/en/webstorm.html)"
}
]