Skip to content

Commit

Permalink
fix: use correct path for sonarj recommended ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed May 20, 2024
1 parent 1767df9 commit f66fce1
Show file tree
Hide file tree
Showing 4 changed files with 4,848 additions and 172 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
"plugin:json/recommended",
"plugin:node/recommended",
"plugin:prettier/recommended",
"plugin:sonarjs/recommended",
"plugin:sonarjs/recommended-legacy",
"plugin:typescript-sort-keys/recommended",
"plugin:unicorn/recommended",
],
Expand Down
Loading

0 comments on commit f66fce1

Please sign in to comment.