Skip to content

Commit e7d2856

Browse files
committed
fix(prefer-const): use .js when importing
1 parent 4e86d9e commit e7d2856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/src/rules/prefer-const.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createRule } from '../utils';
22
import type { TSESTree } from '@typescript-eslint/types';
33

4-
import { defineWrapperListener, getCoreRule } from '../utils/eslint-core';
4+
import { defineWrapperListener, getCoreRule } from '../utils/eslint-core.js';
55

66
const coreRule = getCoreRule('prefer-const');
77

0 commit comments

Comments
 (0)