Skip to content

Commit

Permalink
lint: remove leftover sonarjs plugin entry
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Sep 18, 2023
1 parent 5c7d1bc commit e2df48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "sonarjs", "jsx-a11y", "github", "cypress", "import"],
"plugins": ["@typescript-eslint", "jsx-a11y", "github", "cypress", "import"],
"rules": {
"@next/next/no-img-element": "off",
"@typescript-eslint/ban-ts-comment": "warn",
Expand Down

0 comments on commit e2df48d

Please sign in to comment.