Skip to content

Commit 906716a

Browse files
committed
fixing some error in eslint 2
1 parent 4decbb8 commit 906716a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import globals from 'globals';
1010

1111
import tseslint from 'typescript-eslint';
1212

13-
import typeImportsPlugin from './scripts/src/linting/typeimports.ts';
13+
import typeImportsPlugin from './scripts/dist/typeimports.js';
1414

1515
const todoTreeKeywordsWarning = ['TODO', 'TODOS', 'TODO WIP', 'FIXME', 'WIP'];
1616
const todoTreeKeywordsAll = [...todoTreeKeywordsWarning, 'NOTE', 'NOTES', 'LIST'];
@@ -188,4 +188,4 @@ export default tseslint.config(
188188
'jest/valid-describe-callback': 'off'
189189
}
190190
}
191-
);
191+
);

0 commit comments

Comments
 (0)