Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-22 | Fix a typo | w0rp | |
2017-11-22 | #1095 - Use --stdin-filepath for prettier, where available | w0rp | |
2017-10-20 | add prettier fixer support for 'less' filetype | Zack Kourouma | |
2017-10-01 | Get fixer tests to work on Windows | w0rp | |
2017-09-06 | Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910) | Peter Renström | |
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype | |||
2017-08-29 | Add support for prettier configuration file. (#886) | aliou | |
* Add support for prettier configuration file. As of version 1.6.0, prettier allows passing a `--config` argument with a path to a configuration file. * Add test prettier configuration file. * Add option to use local prettier configuration. * Add description for new prettier option. * Also check if the config is present before using it. |