- introduce experiment to fetch tags via graphQL (will offer the ability to fetch less tags, but ordered based on commit date)

This commit is contained in:
Mike Penz
2025-02-17 16:00:45 +01:00
parent c848d60dbb
commit b66fb5e3cc
3 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default [{
ignores: ["**/dist/", "**/lib/", "**/node_modules/"]
}, ...compat.extends("plugin:github/recommended"), {
files: ["src/**.ts", "__tests__/**.ts"],
files: ["**/*.ts", "__tests__/**.ts"],
plugins: {
jest,