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
For example, "sonar/expression-complexity": "error" doesn't work, but "sonar/expression-complexity": ["error", 3] does.
"sonar/expression-complexity": "error"
"sonar/expression-complexity": ["error", 3]
sonar/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example,
"sonar/expression-complexity": "error"
doesn't work, but"sonar/expression-complexity": ["error", 3]
does.sonar/*
rules and add options if needed, unless Some rules don't work without options un-ts/eslint-plugin-sonar#99 is fixed by adding default options to such rulesThe text was updated successfully, but these errors were encountered: