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).
147147
148148The 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
162162In the CLI: ` --ignore-rules `
163163
You can’t perform that action at this time.
0 commit comments