Skip to content

Commit e41cf2c

Browse files
committed
docs: Update ignore-rules options in CLI
Follow #31, #85
1 parent add0a9e commit e41cf2c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.changeset/seven-bats-hammer.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@arethetypeswrong/cli": patch
3+
---
4+
5+
Update `--ignore-rules` options in CLI documents.
6+
7+
Actual behavior changes were made in #31 and #85.

packages/cli/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ Specifies rules/problems to ignore (i.e. not raise an error for).
147147

148148
The available values are:
149149

150-
- `wildcard`
151150
- `no-resolution`
152151
- `untyped-resolution`
153152
- `false-cjs`
@@ -156,8 +155,9 @@ The available values are:
156155
- `fallback-condition`
157156
- `cjs-only-exports-default`
158157
- `false-export-default`
159-
- `unexpected-esm-syntax`
160-
- `unexpected-cjs-syntax`
158+
- `unexpected-module-syntax`
159+
- `missing-export-equals`
160+
- `internal-resolution-error`
161161

162162
In the CLI: `--ignore-rules`
163163

0 commit comments

Comments
 (0)