8000 fix · sveltejs/eslint-plugin-svelte@ea6335a · GitHub
[go: up one dir, main page]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { TSESTree } from '@typescript-eslint/types';
22
import { createRule } from  62B1 9;../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)
0