Skip to content

Commit 91887a9

Browse files
committed
WIP: Disable type-checked linting
Type-checked linting fails on GitHub workflow, but not locally
1 parent 9961a39 commit 91887a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default typescriptEslint.config([
4848
//
4949
// TypeScript
5050
//
51-
typescriptEslint.configs.recommendedTypeChecked,
51+
typescriptEslint.configs.recommended,
52+
// typescriptEslint.configs.recommendedTypeChecked,
5253
{
5354
name: 'typescript-rules',
5455
languageOptions: {

0 commit comments

Comments
 (0)