Tyler Butler
e804a61c93
Upgrade to prettier 3.0 ( #24 )
2023-10-09 10:19:16 -07:00
dependabot[bot]
7c744a3bc4
chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 ( #22 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 07:38:11 -07:00
microsoft-github-policy-service[bot]
8bf22f5a0e
Auto merge mandatory file pr
...
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 18:56:05 +00:00
microsoft-github-policy-service[bot]
3b3220e373
Microsoft mandatory file
2023-06-02 17:45:42 +00:00
Connor Peet
9e3e6b171e
2.0.3
2022-06-21 09:36:40 -07:00
Trivikram Kamat
1ef447aa0f
chore: bump glob-stream to ^7.0.0 ( #19 )
2022-06-20 16:05:51 -07:00
Connor Peet
79515f9f7d
chore: update dependencies
2022-05-11 09:18:48 -07:00
Connor Peet
30dd5aedbd
2.0.2
2022-05-11 09:15:41 -07:00
Linjie Ding
bd394c08ac
Include dot files in the pattern matching ( #16 )
...
The vanilla prettier matches dot files, while pprettier does not. This diverges from Prettier's behavior and will exclude files such as `.eslintrc.js` when using wildcard pattern like `**/*.js`.
This PR adds `dot: true` option to `globStream` so the pattern matching behavior stays consistent with prettier, making `pprettier` closer to be a drop-in replacement.
2022-05-11 09:15:23 -07:00
Luke Page
2db2389c1b
fix: do not match directories, only files ( #10 )
...
glob-stream passes unknown options to https://github.com/isaacs/node-glob which accepts the nodir argument.
use case - we have a A.B.C/ directory and we prefer to run prettier on all files `*.*` and use prettier ignore to ignore unknown file extensions.
2021-01-29 08:50:32 -08:00
Connor Peet
2990c0c14c
2.0.1
2021-01-21 23:41:17 -08:00
Connor Peet
caba1fd5bf
chore: remove old plugin
2021-01-21 23:40:45 -08:00
Connor Peet
4c17f1e731
feat: support .prettierignore and --ignore-path option
2021-01-21 23:39:38 -08:00
Connor Peet
8db26dd49b
chore: update dependencies
2021-01-21 23:12:10 -08:00
Connor Peet
c7d50c8e29
fix: handle error gracefully
...
Fixes #5
2021-01-21 23:04:02 -08:00
Connor Peet
f351c7f968
fix: event listener warning on large workspaces
...
Limit running tasks to twice the maximum pool size.
Fixes #7
2021-01-21 22:38:16 -08:00
Connor Peet
09f079c025
2.0.0
2020-04-07 09:34:37 -07:00
Connor Peet
701e27b119
fix: make prettier a peer dependency
...
Fixes #3
2020-04-07 09:33:18 -07:00
Connor Peet
db677cde7d
Merge pull request #2 from FauxFaux/fix/quiet
...
fix: --quiet flag was ignored
2020-04-07 09:31:49 -07:00
Connor Peet
afc3b8f86e
Merge branch 'master' into fix/quiet
2020-04-07 09:31:42 -07:00
Connor Peet
8ccbfc2125
chore: update to prettier@2
2020-04-07 09:30:48 -07:00
Chris West (Faux)
ec25ae7fe1
fix: --quiet flag was ignored
2020-02-08 17:35:11 +00:00
Connor Peet
b0856fdbc2
init
2019-05-08 13:06:47 -07:00