style: auto format

This commit is contained in:
github-actions[bot]
2025-11-27 02:55:46 +00:00
parent 778300911e
commit a28890a135
3500 changed files with 12723 additions and 9039 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
import { namespaces } from '../../lib/registry';
import fs from 'node:fs';
import path from 'node:path';
import { categories } from './data';
import { getCurrentPath } from '../../lib/utils/helpers';
import { config } from '../../lib/config';
import { namespaces } from '../../lib/registry';
import { getCurrentPath } from '../../lib/utils/helpers';
import { categories } from './data';
const fullTests = await (await fetch('https://cdn.jsdelivr.net/gh/DIYgod/RSSHub@gh-pages/build/test-full-routes.json')).json();
const testResult = fullTests.testResults[0].assertionResults;
+7 -5
View File
@@ -1,12 +1,14 @@
import { namespaces } from '../../lib/registry';
import { RadarItem } from '../../lib/types';
import { parse } from 'tldts';
import fs from 'node:fs';
import path from 'node:path';
import toSource from 'tosource';
import { config } from '../../lib/config';
import { parse } from 'tldts';
import toSource from 'tosource';
import { config } from '../../lib/config';
import { namespaces } from '../../lib/registry';
import type { RadarItem } from '../../lib/types';
import { getCurrentPath } from '../../lib/utils/helpers';
const __dirname = getCurrentPath(import.meta.url);
const foloAnalysis = await (
+2 -1
View File
@@ -1,6 +1,7 @@
import packageJson from '../../package.json';
import fs from 'node:fs';
import packageJson from '../../package.json';
packageJson.name = 'rsshub-vercel';
// @ts-ignore
delete packageJson.scripts;