Skip to content

Commit

Permalink
🔧 chore: use dpdm-fast to make lint faster (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrinZero authored Oct 25, 2024
1 parent 582ab80 commit b2fbde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"docs:seo": "lobe-seo && npm run lint:mdx",
"i18n": "npm run workflow:i18n && lobe-i18n",
"lint": "npm run lint:ts && npm run lint:style && npm run type-check && npm run lint:circular",
"lint:circular": "dpdm src/**/*.ts --warning false --tree false --exit-code circular:1 -T true --skip-dynamic-imports circular",
"lint:circular": "dpdm src/**/*.ts --no-warning --no-tree --exit-code circular:1 --no-progress -T true --skip-dynamic-imports circular",
"lint:md": "remark . --quiet --frail --output",
"lint:mdx": "npm run workflow:mdx-with-lint && prettier -c --write \"{src,docs}/**/*.mdx\" && npm run workflow:mdx-with-lint",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
Expand Down Expand Up @@ -270,7 +270,7 @@
"commitlint": "^19.5.0",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"dpdm": "^3.14.0",
"dpdm-fast": "^1.0.4",
"drizzle-kit": "^0.26.0",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^2.3.4",
Expand Down

0 comments on commit b2fbde4

Please sign in to comment.