Skip to content

Commit

Permalink
[Resistor Duo analyzer] Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffe-Dev committed Feb 13, 2025
1 parent 49e3664 commit aab6d9f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import {
SpecificObjectPropertyCall,
SpecificPropertyCall,
} from '@exercism/static-analysis'
import { TSESTree } from '@typescript-eslint/typescript-estree'
import { AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'
import { AST_NODE_TYPES, TSESTree } from '@typescript-eslint/typescript-estree'
import { Source } from '~src/analyzers/SourceImpl'
import { parameterName } from '~src/analyzers/utils/extract_parameter'
import { assertNamedExport } from '~src/asserts/assert_named_export'
Expand Down

0 comments on commit aab6d9f

Please sign in to comment.