Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sonarjs/todo-tag can not be disabled with eslint-disable-next-line #5185

Open
JounQin opened this issue Mar 8, 2025 · 1 comment
Open

sonarjs/todo-tag can not be disabled with eslint-disable-next-line #5185

JounQin opened this issue Mar 8, 2025 · 1 comment

Comments

@JounQin
Copy link

JounQin commented Mar 8, 2025

// eslint-disable-next-line sonarjs/todo-tag
'@typescript-eslint/naming-convention': 0, // TODO: find better config
  ✘  sonarjs/todo-tag

     Complete the task associated to this "TODO" comment


     packages/eslint-config/overrides.js:156:41
     154 |     '@typescript-eslint/explicit-module-boundary-types': 0,
     155 |     '@typescript-eslint/member-ordering': 2,
   > 156 |     // eslint-disable-next-line sonarjs/todo-tag
         |                                         ^
     157 |     '@typescript-eslint/naming-convention': 0, // TODO: find better config
     158 |     '@typescript-eslint/no-empty-function': 2,
     159 |     '@typescript-eslint/no-extraneous-class': [

✘ 1 problem (1 error, 0 warnings)
@JounQin
Copy link
Author

JounQin commented Mar 8, 2025

Workaround: // eslint-disable-line sonarjs/todo-tag -- TODO: find better config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant