Skip to content

Commit

Permalink
fix: eslint pass number
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Jul 26, 2024
1 parent c9bc877 commit c3a949f
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 @@ -4,6 +4,6 @@
"plugin:@tanstack/eslint-plugin-query/recommended"
],
"rules": {
"react/no-children-prop": "0"
"react/no-children-prop": 0
}
}

0 comments on commit c3a949f

Please sign in to comment.