Skip to content

Commit

Permalink
Fix/error instead of warn (#26)
Browse files Browse the repository at this point in the history
* fix: error instead of warn

* chore: version bump

* chore: audit fix
  • Loading branch information
jkoenig134 authored Oct 8, 2024
1 parent 247c64f commit bda6f0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/prefer-ts-expect-error": "error",
"@typescript-eslint/require-array-sort-compare": ["error", { ignoreStringArrays: true }],
"@typescript-eslint/switch-exhaustiveness-check": "warn",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"no-return-await": "off",
"@typescript-eslint/return-await": ["error", "always"],
"@typescript-eslint/require-await": "error",
Expand Down
17 changes: 9 additions & 8 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.6.9",
"version": "1.6.10",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit bda6f0f

Please sign in to comment.