From b6dc0edc94cebdee74d67f5919f46c28cd96b9f8 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 4 May 2023 23:22:17 +0800 Subject: Lint (ESM file imports + named functions) (#6613) --- source/features/use-first-commit-message-for-new-prs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/features/use-first-commit-message-for-new-prs.tsx') diff --git a/source/features/use-first-commit-message-for-new-prs.tsx b/source/features/use-first-commit-message-for-new-prs.tsx index fe3d9a5d..c952e98c 100644 --- a/source/features/use-first-commit-message-for-new-prs.tsx +++ b/source/features/use-first-commit-message-for-new-prs.tsx @@ -3,8 +3,8 @@ import elementReady from 'element-ready'; import * as pageDetect from 'github-url-detection'; import * as textFieldEdit from 'text-field-edit'; -import features from '../feature-manager'; -import looseParseInt from '../helpers/loose-parse-int'; +import features from '../feature-manager.js'; +import looseParseInt from '../helpers/loose-parse-int.js'; function interpretNode(node: ChildNode): string | void { switch (node instanceof Element && node.tagName) { -- cgit v1.2.3