summaryrefslogtreecommitdiff
path: root/test/fixers/test_prettier_fixer_callback.vader
AgeCommit message (Collapse)Author
2020-08-28Set prettier working directory to where .prettierignore is (#3101)Sorin Iclanzan
Prettier does not use `.prettierignore` unless the current directory is the root where the `.prettierignore` file resides. * Update Prettier tests * Look for prettierignore to determine project root
2020-08-16Make it easier to run tests locallyw0rp
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks.
2019-06-06prettier: Support experimental languagesCyrille David
Such as handlebars
2019-04-07#2132 - Implement feature tests with ale#Hasw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-01-22Add `babylon` as default Prettier parser (#2220)Alvin Chan
* Mimic Prettier's default parser by setting it to `babylon` * Add tests to check default Prettier `parser` * Set Prettier default parser based on version * Update the comment to explain the reason for an explicit default
2018-11-12add tests for prettier-htmlAbin Simon
2018-10-23ale#path#CdString include ale#Escapepaihu
2018-10-22fix testcasepaihu
2018-08-09fix: Don't use error output from prettier_d for fixing filesBrandon Bayer
2018-08-02Javascript prettier filetype detect fix (#1769)Paul Reimer
Support fixing YAML and HTML files with prettier for files without file extensions.
2018-06-18Set `--parser` option in Prettier's fixer (#1620)Alvin Chan
* Set `--parser` option in Prettier's fixer * Add expected `--parser` option to tests * Disable Prettier `--parser` detection if file extension exists * Manually default Prettier `--parser` to "babylon" * Add `--parser` test for TypeScript * Add tests for Prettier `--parser` * Add JSON5 to the suggested fixer for Prettier
2017-11-22Fix a typow0rp
2017-11-22#1095 - Use --stdin-filepath for prettier, where availablew0rp
2017-10-20add prettier fixer support for 'less' filetypeZack Kourouma
2017-10-01Get fixer tests to work on Windowsw0rp
2017-09-06Add '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-29Add 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.