Skip to content

Commit 4decbb8

Browse files
committed
fixing some error in eslint
1 parent 1eabde2 commit 4decbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
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/dist/typeimports.js';
13+
import typeImportsPlugin from './scripts/src/linting/typeimports.ts';
1414

1515
const todoTreeKeywordsWarning = ['TODO', 'TODOS', 'TODO WIP', 'FIXME', 'WIP'];
1616
const todoTreeKeywordsAll = [...todoTreeKeywordsWarning, 'NOTE', 'NOTES', 'LIST'];

0 commit comments

Comments
 (0)