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
As a user,
I want a plugin that allows me to track violations of TypeScript (TS) compiler options that I specified to override my project's TS configuration,
So that I can track and focus on adoption of strict options in future, improving code quality and consistency across my project.
Acceptance Criteria
The plugin must allow users to define a set of rules or use predefined sets that map directly to TypeScript compiler options normally found in tsconfig.json.
Automatically detect any code that violates the specified TypeScript compiler options. This includes checking for type safety, implicit any types, strict null checks, and other compiler options that can be enforced.
Provide feedback in form of connected audits when violations are detected, highlighting the offending code, categorizing and suggesting possible fixes.
The text was updated successfully, but these errors were encountered:
Placeholder issue WIP (feel free to enrich)
Acceptance Criteria
tsconfig.json
.The text was updated successfully, but these errors were encountered: