Commit Graph

43 Commits (33a1f59e01118ef572a5f5155e0c45e84a78b4ed)

Author SHA1 Message Date
Stepan Burguchev fd937ec334 fix webstorm integration guide (#2796) 2017-09-13 12:06:49 +02:00
Alex Ilyaev d8b5fe2de9 Docs: Webstorm file watcher screenshot (#2603)
* Docs: Webstorm file watcher screenshot

* Docs: webstorm file-watcher - Relative image paths
2017-08-10 08:40:00 +10:00
Mitermayer Reis 38fdb6f851 Update vim-prettier location (#2518) 2017-07-20 11:06:54 +10:00
Mitermayer Reis 7cf46acb9d Fix vim readme broken link (#2368)
* fixing-vim-readme-broken-link - Fixing broken link
2017-07-01 15:47:15 +10:00
Joseph Frazier 21733e441d Normalize ALE headers in Vim docs 2017-06-28 12:37:37 -04:00
Jack Franklin 9ee3e581d4 (docs): Document using Prettier + Vim using ALE (#2333) 2017-06-28 09:20:34 -07:00
Lucas Azzola b8af5e5241 Update URL in atom.md 2017-06-25 14:24:05 +10:00
Joseph Frazier 3769cbe5bb Fix typos in ./editors/vim/README.md 2017-06-18 18:06:20 -04:00
EddiG 4106a69b6d Improvements in Vim Prettier manual (#2188)
* Fix incorrect command in Vim Prettier manual

* Make clarification in command description in Vim Prettier manual
2017-06-18 10:21:44 +02:00
Alex Ilyaev 85b7ec2b7f WebStorm: Uncheck Immediate file synchronization (#2112)
In WebStorm file watcher, it doesn't make sense to reformat with Immediate file synchronization since the code jumps around while you type and if you sneak in a character while reformatting WebStorm pops a conflict alert.

So it's much saner to reformat on Save only.
2017-06-12 22:45:35 +10:00
Mitermayer Reis 7114eb4f1e Fixing type on vim documentation (#2066)
* Adding --stdin-filepath option in order to enable filetype inference from
stdin

* Fixing typo on the documentation
2017-06-08 14:37:02 -07:00
Mitermayer Reis 8a87681f66 Adding vim editor reference (#2041)
* Adding --stdin-filepath option in order to enable filetype inference from
stdin

* Creating vim editor integration docs

- Moving vim editor integration into editors directory
- Adding information about vim-prettier
2017-06-08 09:43:27 -07:00
Johannes Nagl 491428c333 fix link to webstorm screenshot 2017-06-01 14:16:33 +02:00
Roman Coedo 2e9ea8f223 Move emacs package to its own repository (#1804) 2017-05-29 11:55:58 -07:00
Roman Coedo 6cecb83cdf Fix some issues from melpa PR (#1798) 2017-05-29 08:34:33 -07:00
Simon Lydell 4babc032cb Make it easier to find the WebStorm guide 2017-05-24 22:59:55 +02:00
Jimmy Yuen Ho Wong 6f0707a995 Make emacs package summary clearer (#1655)
Currently the package summary makes no sense when viewed from Emacs's package manager, this fixes it.
2017-05-21 12:12:23 -07:00
Roman Coedo 83fe8d3d18 Make package-lint happy (#1629) 2017-05-21 08:11:11 -07:00
Jimmy Yuen Ho Wong c32d567512 Add Emacs package attributes for prettier-js.el (#1651)
* Add package attributes

So we can get this into Melpa

* Add Emacs package footer

* Add elisp package file extension
2017-05-21 08:10:37 -07:00
Roman Coedo 16ce76a082 Always run prettier if prettier-mode is active (#1623) 2017-05-18 08:56:59 -07:00
Joseph Frazier 8ce393a425 Remove trailing whitespace from src/ and markdown files (#1576) 2017-05-10 08:15:11 -07:00
Paul Carduner af754adb7b Make prettier into a global minor mode that can be toggled on and off (#1496) 2017-05-05 09:10:59 -07:00
Simen Bekkhus 2e613cb37a Add jestbrains filewatcher docs (#1310) 2017-04-18 09:47:38 -07:00
Jon Stevens 8f2c20872b FIX: more documentation for jetbrains (#1265)
* FIX: more documentation for jetbrains

* FIX: clarification of the cloning and FileDirRelativeToProjectRoot
2017-04-17 11:24:53 -04:00
Paul Carduner 38305d1ec2 Update emacs README with prettier-args example (#1186) 2017-04-11 08:35:41 -07:00
Raghuvir Kasturi 1b31b82077 Enhance README (#1174)
Provide documentation for users who aren't using `js-mode` as their default JS major-mode.
2017-04-10 09:19:58 -07:00
António Nuno Monteiro 2c9af5ffcc refmt -> prettier in emacs support (#1113) 2017-04-02 23:05:30 +01:00
Sean Grove 2b93bf4f30 Use correct print-width argument (#1006) 2017-03-15 09:30:58 -07:00
Ilya Panasenko 8a27e121ed fix typo in JetBrains External Tool config readme (#679) 2017-02-12 17:45:49 -08:00
Lucas Bento 6c7837bab6 Fix small typo on Jetbrains section (#552) 2017-02-01 09:17:33 -08:00
Umidbek Karimov f5291e2f01 Fix Jetbrains example screenshot url. (#534) 2017-01-31 07:26:33 -08:00
Umidbek Karimov 8d786e5352 Add documentation for JetBrains products. (#509)
* Add documentation for JetBrains products.

* Fix typos in `jetbrains/README.md`

* Remove examples with `npm run` and `yarn`
2017-01-30 10:06:35 -05:00
Joe Fiorini c2d1b49b62 Allow customizing args sent to prettier-command (#289)
We require single quotes in our eslint config, which conflicts with prettier's default rules. Now the `prettier-args` custom variable allows anyone to set the arguments passed to the prettier command when it runs.

Might be nice to eventually build this up out of individual customization options (ie. `(setq prettier-single-quote t)`), but this is a pretty simple approach that works for now.
2017-01-18 12:36:59 -05:00
Sorin Muntean 2dac27f777 Allow specifying the major mode that `defun-before-save` will use. (#276) 2017-01-17 17:10:47 -05:00
Travis Jefferson 0af65c6bc9 Use `setq' instead of `infc' and `decf'
It's more prolific!
2017-01-11 19:44:24 -06:00
kalmanb e84d5d301a Fix up emacs typos 2017-01-11 13:36:09 +13:00
James Long 612e3411cb Move atom package out and start new readme 2017-01-10 00:45:11 -05:00
James Long b553718aee Fix up atom package 2017-01-09 23:44:12 -05:00
James Long dd8dda101d Update atom package 2017-01-09 23:27:17 -05:00
James Long 7639b755c2 More renaming of jscodefmt -> prettier 2017-01-09 22:48:56 -05:00
James Long 9b4535e9f8 Merge in forked recast printer that uses Wadler's algorithm 2016-12-23 13:38:10 -05:00
James Long 35d8546d27 Add Atom support 2016-11-30 10:05:38 -05:00
James Long cf4643896c add emacs support 2016-11-29 12:22:54 -05:00