We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.js
1 parent e1cf2fe commit 42879e2Copy full SHA for 42879e2
packages/eslint-plugin-svelte/src/rules/prefer-const.ts
@@ -1,7 +1,7 @@
1
import { createRule } from '../utils';
2
import type { TSESTree } from '@typescript-eslint/types';
3
4
-import { defineWrapperListener, getCoreRule } from '../utils/eslint-core';
+import { defineWrapperListener, getCoreRule } from '../utils/eslint-core.js';
5
6
const coreRule = getCoreRule('prefer-const');
7
0 commit comments