Skip to content

Commit 893b19f

Browse files
committed
fix path
1 parent 1d6105d commit 893b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/src/rules/no-unused-class-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { AnyNode } from 'postcss';
44
import type { Node as SelectorNode } from 'postcss-selector-parser';
55
import { findClassesInAttribute } from '../utils/ast-utils.js';
66
import type { SourceCode } from '../types.js';
7-
import { toRegExp } from 'src/utils/regexp.js';
7+
import { toRegExp } from '../utils/regexp.js';
88

99
export default createRule('no-unused-class-name', {
1010
meta: {

0 commit comments

Comments
 (0)