Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jun 22, 2024
1 parent b6e7926 commit aef1c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-todos-app/code-pushup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default {
{
slug: 'bug-prevention',
title: 'Bug prevention',
isBinary: true,
refs: [
eslintAuditRef('no-cond-assign', 1),
eslintAuditRef('no-const-assign', 1),
Expand All @@ -98,6 +97,7 @@ export default {
eslintAuditRef('react-hooks-exhaustive-deps', 2),
],
},

{
slug: 'code-style',
title: 'Code style',
Expand Down

0 comments on commit aef1c92

Please sign in to comment.