We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e3664 commit aab6d9fCopy full SHA for aab6d9f
src/analyzers/practice/resistor-color-duo/ResistorColorDuoSolution.ts
@@ -21,8 +21,7 @@ import {
21
SpecificObjectPropertyCall,
22
SpecificPropertyCall,
23
} from '@exercism/static-analysis'
24
-import { TSESTree } from '@typescript-eslint/typescript-estree'
25
-import { AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'
+import { AST_NODE_TYPES, TSESTree } from '@typescript-eslint/typescript-estree'
26
import { Source } from '~src/analyzers/SourceImpl'
27
import { parameterName } from '~src/analyzers/utils/extract_parameter'
28
import { assertNamedExport } from '~src/asserts/assert_named_export'
0 commit comments