Skip to content

Commit

Permalink
Remove todo tag rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 6, 2024
1 parent 4be6a5d commit ddbf51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default [
'@typescript-eslint/prefer-destructuring': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
'import/no-absolute-path': 'off',
'sonarjs/todo-tag': 'warn',
'sonarjs/todo-tag': 'off',
},
},
eslintConfigPrettier,
Expand Down

0 comments on commit ddbf51a

Please sign in to comment.