Skip to content

Commit b9c749a

Browse files
committed
just refactoring
refactor refactor getNavItems from async to sync fixes for [locale]
1 parent 6794ab0 commit b9c749a

File tree

142 files changed

+1436
-2834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1436
-2834
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "the-graph-docs-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@7.28.0",
4+
"packageManager": "pnpm@7.30.1",
55
"scripts": {
66
"dev": "pnpm --filter @graphprotocol/docs dev",
77
"build": "pnpm -r build",
88
"start": "pnpm --filter @graphprotocol/docs start",
99
"export": "pnpm --filter @graphprotocol/docs export",
10-
"lint": "pnpm typecheck && eslint . --ext .js,.jsx,.ts,.tsx,.mjs --cache --max-warnings 0 && pnpm prettier:check",
11-
"lint:fix": "pnpm typecheck; eslint . --ext .js,.jsx,.ts,.tsx,.mjs --fix; pnpm prettier; exit 0",
10+
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx,.mjs --max-warnings 0 . && pnpm prettier:check && pnpm typecheck",
11+
"lint:fix": "eslint --cache --ext .js,.jsx,.ts,.tsx,.mjs --fix . && pnpm prettier && pnpm typecheck",
1212
"typecheck": "pnpm --filter @graphprotocol/docs typecheck",
1313
"prettier": "prettier . --loglevel warn --write",
1414
"prettier:check": "prettier . --loglevel warn --check",
@@ -28,7 +28,7 @@
2828
"typescript": "5.0.2"
2929
},
3030
"lint-staged": {
31-
"**/*.{js,jsx,ts,tsx,mjs}": "eslint --fix",
32-
"**/*.{js,jsx,ts,tsx,mjs,mdx,json}": "prettier --write"
31+
"**/*.{js,jsx,ts,tsx,mjs,cjs}": "eslint --fix",
32+
"**/*.{js,jsx,ts,tsx,mjs,cjs,md,mdx,yml,yaml,json}": "prettier --write"
3333
}
3434
}

0 commit comments

Comments
 (0)