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
SonarQube and associated projects provide even higher level linting rules that can help improve team's code quality.
Their list of rules they can apply are here: https://rules.sonarsource.com/typescript
They have a cloud version of their product here: https://sonarcloud.io/welcome. It is free for open source projects.
There seems to be multiple ways of integrating it:
Need to investigate which way is the best.
It seems Sonar would run as part of the CI/CD, separate cloud service, or integrated into our eslint.
Asked a question about this here: un-ts/eslint-plugin-sonar#31
The text was updated successfully, but these errors were encountered:
Our level of linting seems sufficient now. Especially in relation to promise mis-use. So I think we can proceed without this.
Sorry, something went wrong.
No branches or pull requests
SonarQube and associated projects provide even higher level linting rules that can help improve team's code quality.
Their list of rules they can apply are here: https://rules.sonarsource.com/typescript
They have a cloud version of their product here: https://sonarcloud.io/welcome. It is free for open source projects.
There seems to be multiple ways of integrating it:
Need to investigate which way is the best.
It seems Sonar would run as part of the CI/CD, separate cloud service, or integrated into our eslint.
Asked a question about this here: un-ts/eslint-plugin-sonar#31
Tasks
The text was updated successfully, but these errors were encountered: