Skip to content

Commit

Permalink
lint-fix: handle linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 18, 2024
1 parent 16d59cc commit 817d5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statistics/features/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { controlflow } from './supported/control-flow/control-flow';
import { dataAccess } from './supported/data-access/data-access';
import { expressionList } from './supported/expression-list/expression-list';
import { variables } from './supported/variables/variables';
import { Document } from "@xmldom/xmldom";
import type { Document } from '@xmldom/xmldom';

/**
* Maps each sub-feature name to the number of occurrences of that sub-feature.
Expand Down

0 comments on commit 817d5d8

Please sign in to comment.