We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6105d commit 893b19fCopy full SHA for 893b19f
packages/eslint-plugin-svelte/src/rules/no-unused-class-name.ts
@@ -4,7 +4,7 @@ import type { AnyNode } from 'postcss';
4
import type { Node as SelectorNode } from 'postcss-selector-parser';
5
import { findClassesInAttribute } from '../utils/ast-utils.js';
6
import type { SourceCode } from '../types.js';
7
-import { toRegExp } from 'src/utils/regexp.js';
+import { toRegExp } from '../utils/regexp.js';
8
9
export default createRule('no-unused-class-name', {
10
meta: {
0 commit comments