Skip to content

Commit b4e9722

Browse files
authored
fix linting issues (#1771)
* style: prettier fix * fix lint issues * fix * eslint ignore
1 parent 1eefbfc commit b4e9722

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: the-guild-org/shared-config/setup@main
2121
name: setup env
2222
with:
23-
nodeVersion: 22
23+
nodeVersion: 22
2424
packageManager: pnpm
2525

2626
- uses: the-guild-org/shared-config/website-cf@main

.github/workflows/helper-worker-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: the-guild-org/shared-config/setup@main
1717
name: setup env
1818
with:
19-
nodeVersion: 22
19+
nodeVersion: 22
2020
packageManager: pnpm
2121

2222
- name: publish

website/lib/all-blogs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { format } from 'date-fns';
22
import { asArray } from './as-array';
33
import { sortByDateDesc } from './sort-by-date';
4+
// eslint-disable-next-line import/no-useless-path-segments -- this will exist when we do `next build`
45
import { pageMap } from '.next/static/chunks/nextra-page-map-.mjs';
56

67
const blogFolder = pageMap.find(item => item.name === 'blog' && item.children).children;

website/pages/blog/stellate-acquisition.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ image: /blog-assets/stellate-acquisition/cover.png
1010
thumbnail: /blog-assets/stellate-acquisition/cover.png
1111
---
1212

13-
Today we are very pleased to announce that we have acquired [Stellate](https://stellate.co/?utm_source=theguild&utm_medium=blog&utm_campaign=announcement) GraphQL CDN - the leading
14-
GraphQL Caching solution.
13+
Today we are very pleased to announce that we have acquired
14+
[Stellate](https://stellate.co/?utm_source=theguild&utm_medium=blog&utm_campaign=announcement)
15+
GraphQL CDN - the leading GraphQL Caching solution.
1516

1617
The Stellate team has created an innovative platform, industry leading solution for GraphQL Caching,
1718
fulfilling GraphQL's full potential for caching, enabling its superiority over all REST based

0 commit comments

Comments
 (0)