Skip to content

Commit ac06845

Browse files
committed
Update error reporting mode description
1 parent 6468f10 commit ac06845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
"enumDescriptions": [
203203
"Disable all error reporting.",
204204
"Enable errors only.",
205-
"Enable errors and standard warnings.",
206-
"Enable errors, standard warnings, and additional warnings for future deprecations, potential problems, and other discouraged patterns."
205+
"Enable errors and warnings.",
206+
"Enable errors, warnings, and additional messages for best practices."
207207
],
208208
"default": "warnings",
209209
"description": "Set the desired level of error reporting."

0 commit comments

Comments
 (0)