Skip to content

Commit ea6335a

Browse files
committed
fix
1 parent 2145b79 commit ea6335a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-plugin-svelte/src/rules/prefer-writable-derived.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { TSESTree } from '@typescript-eslint/types';
22
import { createRule } from '../utils/index.js';
3-
import { getScope } from 'src/utils/ast-utils.js';
4-
import { getSourceCode } from 'src/utils/compat.js';
3+
import { getScope } from '../utils/ast-utils.js';
4+
import { getSourceCode } from '../utils/compat.js';
55
import { VERSION as SVELTE_VERSION } from 'svelte/compiler';
66
import semver from 'semver';
77

0 commit comments

Comments
 (0)