File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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 .
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ Specifies rules/problems to ignore (i.e. not raise an error for).
147
147
148
148
The available values are:
149
149
150
- - ` wildcard `
151
150
- ` no-resolution `
152
151
- ` untyped-resolution `
153
152
- ` false-cjs `
@@ -156,8 +155,9 @@ The available values are:
156
155
- ` fallback-condition `
157
156
- ` cjs-only-exports-default `
158
157
- ` false-export-default `
159
- - ` unexpected-esm-syntax `
160
- - ` unexpected-cjs-syntax `
158
+ - ` unexpected-module-syntax `
159
+ - ` missing-export-equals `
160
+ - ` internal-resolution-error `
161
161
162
162
In the CLI: ` --ignore-rules `
163
163
You can’t perform that action at this time.
0 commit comments