Skip to content

Commit

Permalink
chore: move rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbi08 committed May 7, 2024
1 parent a39502d commit c244281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
"@typescript-eslint/prefer-ts-expect-error": "error",
"@typescript-eslint/require-array-sort-compare": ["error", { ignoreStringArrays: true }],
"@typescript-eslint/switch-exhaustiveness-check": "warn",
"no-return-await": "off",
"@typescript-eslint/return-await": ["error", "always"],
"@typescript-eslint/require-await": "error",
"no-useless-constructor": "off",
Expand Down Expand Up @@ -185,6 +186,5 @@ module.exports = {
"prefer-template": "error",
"require-yield": "error",
"no-empty": "error",
"no-return-await": "off",
}
}

0 comments on commit c244281

Please sign in to comment.