Skip to content

Commit

Permalink
fix: use sonarjs legacy preset everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJaroudi committed May 28, 2024
1 parent b78b354 commit e2fe54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy.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",
],
parserOptions: {
Expand Down

0 comments on commit e2fe54f

Please sign in to comment.