summaryrefslogtreecommitdiff
path: root/source/features/quick-repo-deletion.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-05-04 23:22:17 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-04 23:22:17 +0800
commitb6dc0edc94cebdee74d67f5919f46c28cd96b9f8 (patch)
treeef97add33058dd7f65e662f402cf7ce24b7482e8 /source/features/quick-repo-deletion.tsx
parent0f0d7435a649466084fab40bb7fe0481b0c73dba (diff)
downloadrefined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.gz
refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.zst
refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.zip
Lint (ESM file imports + named functions) (#6613)
Diffstat (limited to 'source/features/quick-repo-deletion.tsx')
-rw-r--r--source/features/quick-repo-deletion.tsx16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/features/quick-repo-deletion.tsx b/source/features/quick-repo-deletion.tsx
index 6671061c..0b1f5cd1 100644
--- a/source/features/quick-repo-deletion.tsx
+++ b/source/features/quick-repo-deletion.tsx
@@ -8,14 +8,14 @@ import {assertError} from 'ts-extras';
import * as pageDetect from 'github-url-detection';
import delegate, {DelegateEvent} from 'delegate-it';
-import features from '../feature-manager';
-import * as api from '../github-helpers/api';
-import {getForkedRepo, getRepo} from '../github-helpers';
-import pluralize from '../helpers/pluralize';
-import addNotice from '../github-widgets/notice-bar';
-import looseParseInt from '../helpers/loose-parse-int';
-import parseBackticks from '../github-helpers/parse-backticks';
-import attachElement from '../helpers/attach-element';
+import features from '../feature-manager.js';
+import * as api from '../github-helpers/api.js';
+import {getForkedRepo, getRepo} from '../github-helpers/index.js';
+import pluralize from '../helpers/pluralize.js';
+import addNotice from '../github-widgets/notice-bar.js';
+import looseParseInt from '../helpers/loose-parse-int.js';
+import parseBackticks from '../github-helpers/parse-backticks.js';
+import attachElement from '../helpers/attach-element.js';
function handleToggle(event: DelegateEvent<Event, HTMLDetailsElement>): void {
const hasContent = select.exists([