parallel-prettier icon indicating copy to clipboard operation
parallel-prettier copied to clipboard

Concurrent prettier runner

Results 11 parallel-prettier issues
Sort by recently updated
recently updated
newest added

Supported by prettier (makes sense when used with a .prettierignore file) https://prettier.io/docs/en/cli.html the "." path option causes an error when used with this parallel prettier. ``` $ pprettier --check ....

Prettier v2.7.0 just shipped with [support for `--cache` and `--cache-strategy` options](https://prettier.io/blog/2022/06/14/2.7.0.html#cli) that allow prettier to skip doing work on files that have not changed. It'd be great if parallel-prettier could...

Getting the error `EISDIR: illegal operation on a directory, read`

It looks like the `--parser` argument is missing so TypeScript projects can't use this?

prettier reads and honors editorconfig: https://prettier.io/docs/en/api.html#prettierresolveconfigfilepath--options pprettier doesn't seem to. So if you have in your `.editorconfig`: ``` [*.{js,ts,jsx,tsx}] max_line_length = 100 ``` then prettier will set printWidth to 100...

Prettier inherits .gitignore where as parrallel-prettier doesn't I'm happy to make a PR but how do you want to achieve it? allow multiple ignore paths? include it if it exists?

Hi, I get following error when I try to use `pprettier` with Prettier v3: ``` Error: unknown type: "ChainExpression" at printPathNoParens (/Users/.../node_modules/@mixer/parallel-prettier/node_modules/prettier/index.js:30038:17) at Object.genericPrint [as print] (/Users/.../node_modules/@mixer/parallel-prettier/node_modules/prettier/index.js:29629:23) at callPluginPrintFunction (/Users/.../node_modules/@mixer/parallel-prettier/node_modules/prettier/index.js:8601:26)...

There is almost no performance improvement with `--check`. Tested using hyperfine, running on 32 cores. ```sh > hyperfine --runs 2 'pprettier --check "**/*.{css,html,js,json,jsonc,ts,yaml}"' 'prettier --check "**/*.{css,html,js,json,jsonc,ts,yaml}"' Benchmark #1: pprettier --check...

pprettier does not seem to ignore `node_modules` by default, but Prettier does that, see https://prettier.io/docs/en/ignore.html. @mixer/parallel-prettier version 2.0.3 / prettier version 2.8.3 Example output when not having added `node_modules` to...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies