Skip to content

@ts-safeql/eslint-plugin@4.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:25
· 3 commits to main since this release
5b44935

Minor Changes

  • 604ed87: Add enforceType option to control whether type annotation issues are auto-fixed or suggested

    • "fix" (default): Auto-fixes type annotations when running with --fix
    • "suggest": Provides suggestions instead of auto-fix (requires manual acceptance in IDE)