Skip to content

Commit bfd4721

Browse files
authored
Update eslint.config.js
1 parent 6ddec8b commit bfd4721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = tseslint.config(
4747
"no-useless-escape": "off",
4848
"prefer-const": "off",
4949
// New v10 recommended rule requiring "{ cause }" on re-thrown errors. Disabled because
50-
// the project targets ES2017, and TypeScript lacks the ErrorOptions type at that target level.
50+
// this project targets ES2017, and TypeScript lacks the ErrorOptions type at that target level.
5151
"preserve-caught-error": "off"
5252
}
5353
}

0 commit comments

Comments
 (0)