Skip to content

Commit

Permalink
Merge pull request #74 from Nosto/eslint-rules
Browse files Browse the repository at this point in the history
Add more eslint promise rules
  • Loading branch information
timowestnosto authored Jan 26, 2024
2 parents a2b7377 + 899ceb7 commit 959bf47
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 959bf47

Please sign in to comment.