Skip to content

Commit 6dc92f7

Browse files
authored
Merge pull request #435 from Commencis/chore/no-undef
chore: remove no-undef rule
2 parents 379aace + 7caa720 commit 6dc92f7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/fast-terms-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commencis/eslint-config': minor
3+
---
4+
5+
chore: remove no-undef rule from typescriptConfig

packages/eslint-config/src/rulesets/typescript.ruleset.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ export const typescriptRuleset: Ruleset = {
8686
varsIgnorePattern: '^_',
8787
},
8888
],
89+
90+
'no-undef': 'off',
8991
},
9092
name: '@commencis/typescript',
9193
};

0 commit comments

Comments
 (0)