Skip to content

Commit

Permalink
chore: bump pnpm and eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Nov 18, 2024
1 parent 78c6b19 commit 2ae29ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 37 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/stale.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config: Config = {
label: '文档',
},
{
href: 'https://www.zla.app',
href: 'https://www.zla.pub',
label: '博客',
position: 'left',
},
Expand Down Expand Up @@ -123,7 +123,7 @@ const config: Config = {
},
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:site', content: '@ZL_Asica' },
{ property: 'og:title', content: 'LeetCode Solutions & Algorithms' },
{ property: 'og:title', content: 'ZLA Algo' },
{
property: 'og:description',
content:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"lint": "eslint 'src/**/*.{js,cjs,ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{js,cjs,ts,tsx}' --fix",
"lint": "eslint 'src/**/*.{js,jsx,mjs,cjs,ts,tsx,mtx}'",
"lint:fix": "eslint 'src/**/*.{js,jsx,mjs,cjs,ts,tsx,mtx}' --fix",
"format": "prettier --write .",
"lint-staged": "lint-staged",
"postinstall": "husky"
Expand All @@ -39,7 +39,7 @@
"@types/node": "^22.9.0",
"@zl-asica/prettier-config": "^1.0.7",
"babel-preset-minify": "^0.5.2",
"eslint-config-zl-asica": "^1.0.17",
"eslint-config-zl-asica":"^1.0.18",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -64,5 +64,5 @@
"engines": {
"node": ">=18.0"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.13.2"
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ae29ca

Please sign in to comment.