We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba4149 commit 7ee4245Copy full SHA for 7ee4245
packages/eslint-plugin-svelte/src/rules/prefer-writable-derived.ts
@@ -1,7 +1,7 @@
1
import type { TSESTree } from '@typescript-eslint/types';
2
import { createRule } from '../utils/index.js';
3
-import { getScope } from 'src/utils/ast-utils.js';
4
-import { getSourceCode } from 'src/utils/compat.js';
+import { getScope } from '../utils/ast-utils.js';
+import { getSourceCode } from '../utils/compat.js';
5
import { VERSION as SVELTE_VERSION } from 'svelte/compiler';
6
import semver from 'semver';
7
0 commit comments