We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add0a9e commit e41cf2cCopy full SHA for e41cf2c
.changeset/seven-bats-hammer.md
@@ -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
@@ -147,7 +147,6 @@ Specifies rules/problems to ignore (i.e. not raise an error for).
147
148
The available values are:
149
150
-- `wildcard`
151
- `no-resolution`
152
- `untyped-resolution`
153
- `false-cjs`
@@ -156,8 +155,9 @@ The available values are:
156
155
- `fallback-condition`
157
- `cjs-only-exports-default`
158
- `false-export-default`
159
-- `unexpected-esm-syntax`
160
-- `unexpected-cjs-syntax`
+- `unexpected-module-syntax`
+- `missing-export-equals`
+- `internal-resolution-error`
161
162
In the CLI: `--ignore-rules`
163
0 commit comments