Skip to content

Commit

Permalink
Merge pull request #167 from kachick/update-docs-about-unexpected-syn…
Browse files Browse the repository at this point in the history
…tax-options

docs: Update CLI options
  • Loading branch information
andrewbranch authored Apr 5, 2024
2 parents add0a9e + e41cf2c commit a12eecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/seven-bats-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@arethetypeswrong/cli": patch
---

Update `--ignore-rules` options in CLI documents.

Actual behavior changes were made in #31 and #85.
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ Specifies rules/problems to ignore (i.e. not raise an error for).

The available values are:

- `wildcard`
- `no-resolution`
- `untyped-resolution`
- `false-cjs`
Expand All @@ -156,8 +155,9 @@ The available values are:
- `fallback-condition`
- `cjs-only-exports-default`
- `false-export-default`
- `unexpected-esm-syntax`
- `unexpected-cjs-syntax`
- `unexpected-module-syntax`
- `missing-export-equals`
- `internal-resolution-error`

In the CLI: `--ignore-rules`

Expand Down

0 comments on commit a12eecd

Please sign in to comment.