You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-typescript/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The plugin provides multiple audits grouped into different sets:
67
67
-_Configuration Errors_: `configuration-errors` - Errors that occur when parsing TypeScript configuration files
68
68
-_Declaration and Language Service Errors_: `declaration-and-language-service-errors` - Errors that occur during TypeScript language service operations
69
69
-_Internal Errors_: `internal-errors` - Errors that occur during TypeScript internal operations
70
-
-_No Implicit Any Errors_: `no-implicit-any-errors` - Errors related to no implicit any compiler option
70
+
-_No Implicit Any Errors_: `no-implicit-any-errors` - Errors related to `noImplicitAny` compiler option
71
71
-_Unknown Codes_: `unknown-codes` - Errors that do not match any known TypeScript error code
0 commit comments