Skip to content

Commit

Permalink
Add more eslint promise rules
Browse files Browse the repository at this point in the history
  • Loading branch information
timowestnosto committed Jan 26, 2024
1 parent 3ff3169 commit 899ceb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"promise"
],
"rules": {
"react/react-in-jsx-scope": "off"
"react/react-in-jsx-scope": "off",
"promise/prefer-await-to-then": "error"
}
}

0 comments on commit 899ceb7

Please sign in to comment.