Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e24b479

Browse files
committed
chore(eslint): disable 'no-undef' rule
For TS projects this is already enforced by tsc, see: https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
1 parent d7e380b commit e24b479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default tseslint.config(
1919
{
2020
rules: {
2121
// add rule overrides here
22+
"no-undef": "off"
2223
}
2324
},
2425
{

0 commit comments

Comments
 (0)