Skip to content

Commit aab6d9f

Browse files
committed
[Resistor Duo analyzer] Fix linting errors
1 parent 49e3664 commit aab6d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/analyzers/practice/resistor-color-duo/ResistorColorDuoSolution.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ import {
2121
SpecificObjectPropertyCall,
2222
SpecificPropertyCall,
2323
} from '@exercism/static-analysis'
24-
import { TSESTree } from '@typescript-eslint/typescript-estree'
25-
import { AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'
24+
import { AST_NODE_TYPES, TSESTree } from '@typescript-eslint/typescript-estree'
2625
import { Source } from '~src/analyzers/SourceImpl'
2726
import { parameterName } from '~src/analyzers/utils/extract_parameter'
2827
import { assertNamedExport } from '~src/asserts/assert_named_export'

0 commit comments

Comments
 (0)