Skip to content

Commit 8eb4c59

Browse files
authored
chore: fix section heading in no-duplicate-imports (#559)
1 parent 33e7314 commit 8eb4c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rules/no-duplicate-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function getFixForImport(fixer, text, start, end, hasModifiers) {
7777
}
7878

7979
//-----------------------------------------------------------------------------
80-
// Rule
80+
// Rule Definition
8181
//-----------------------------------------------------------------------------
8282

8383
export default /** @satisfies {NoDuplicateImportsRuleDefinition} */ ({

0 commit comments

Comments
 (0)