Skip to content

Commit

Permalink
Fix/remove no-return-await to prevent conflicts (#24)
Browse files Browse the repository at this point in the history
* fix: remove no-return-await to prevent conflicts

* chore: bump version

* chore: bump version in package-lock

* chore: move rule

* chore: remove trailing comma

---------

Co-authored-by: Julian König <33655937+jkoenig134@users.noreply.github.com>
  • Loading branch information
sebbi08 and jkoenig134 committed May 7, 2024
1 parent dc1846d commit be20b93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.js
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.6.7",
"version": "1.6.8",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit be20b93

Please sign in to comment.