Skip to content

Commit

Permalink
fix: 🐛 change links to rules and add warn for sonarjs/todo-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dipiash committed Nov 15, 2024
1 parent 3d77bf2 commit 7250b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rules/sonarjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** eslint-plugin-sonarjs */
module.exports = {
// https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/docs/rules/no-identical-functions.md
// https://sonarsource.github.io/rspec/#/rspec/S4144/javascript
"sonarjs/no-identical-functions": ["error", 5],
// https://sonarsource.github.io/rspec/#/rspec/S1135/javascript
"sonarjs/todo-tag": "warn",
}

0 comments on commit 7250b57

Please sign in to comment.