Add support for the --ignore-path CLI option
See original GitHub issueCurrently, when I try to use Prettier’s --ignore-path
CLI option with prettier-eslint, I come across many of the following error messages:
Ignored unknown option `{ "ignorePath": "./.gitignore" }`.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
CLI commands and options summary - Snyk User Docs
To learn more about each Snyk CLI command, use the --help option, for example, snyk auth --help or snyk container --help . Each...
Read more >Command Line Interface - ESLint - Pluggable JavaScript Linter
You can view all the CLI options by running npx eslint -h . ... Note: --ignore-path is not supported when using flat configuration...
Read more >CLI options - Terragrunt
Learn about all CLI arguments and options you can use with Terragrunt. ... Terragrunt supports the following CLI commands: All Terraform built-in commands ......
Read more >s3 — AWS CLI 1.27.40 Command Reference
Use of Exclude and Include Filters¶. Currently, there is no support for the use of UNIX style wildcards in a command's path arguments....
Read more >Jest CLI Options
The jest command line runner has a number of useful options. ... Using with npm scripts; Camelcase & dashed args support; Options; Reference....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have just moved this issue to https://github.com/prettier/prettier-eslint-cli/issues/131.
Sounds like an enhancement for https://github.com/prettier/prettier-eslint-cli?