We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.js
1 parent 4e86d9e commit e7d2856Copy full SHA for e7d2856
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