- 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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user