We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eslint-disable-next-line
// 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)
The text was updated successfully, but these errors were encountered:
Workaround: // eslint-disable-line sonarjs/todo-tag -- TODO: find better config
// eslint-disable-line sonarjs/todo-tag -- TODO: find better config
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: