prettier/src
Lucas Azzola f32b289032
Support shared Prettier configuration (#5963)
* Support external configuration

* Document changes

* Update existing snapshots

* Update existing snapshots (2)

* Fix typo in docs

* Add example config repo
2019-03-13 09:34:51 +11:00
..
cli Honor stdin-filepath when outputting error messages. (#5878) 2019-02-20 08:39:25 -05:00
common feat: autoload plugins that are located in `@*/prettier-plugin-* (#5945) 2019-03-10 20:34:04 +11:00
config Support shared Prettier configuration (#5963) 2019-03-13 09:34:51 +11:00
doc Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
language-css Fix formatting of lists in SCSS property/variable values (#5710) 2019-01-10 00:08:34 +08:00
language-graphql refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-handlebars Escape Quotes in Glimmer String Literals (#5143) 2018-10-05 22:19:33 +02:00
language-html Adds LWC Parser to support unquoted interop attributes (#5800) 2019-02-01 13:58:50 +08:00
language-js Add an option to modify when Prettier quotes object properties (#5934) 2019-03-06 20:33:08 +11:00
language-markdown feat(markdown): do not align table contents if it exceeds the print width and `--prose-wrap never` is set (#5701) 2019-01-30 12:24:21 -05:00
language-yaml fix: get rid of CRLF (#5494) 2018-12-08 18:28:29 +08:00
main Fix trailing comment output when the printer returns a doc instead of a string. (#5930) 2019-03-03 11:15:08 -08:00
utils Fix CI detection to avoid unwanted TTY behavior (#5804) 2019-01-30 14:08:03 +08:00
index.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00
standalone.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00