Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 11:24
· 4 commits to main since this release
bbf6a8f

Patch Changes

  • #136 64420fe Thanks @JounQin! - fix: use builtinRules instead of Linter API - close #133

  • #136 64420fe Thanks @JounQin! - feat: support flat configs:

    // eslint.config.js
    
    import * as sonar from "eslint-plugin-sonar";
    
    export default [...sonar.configs.flatRecommended];