Skip to content

Commit 795c48f

Browse files
committed
ci: add missing packages
1 parent 10187ea commit 795c48f

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.pnp.cjs

+11-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@
119119
"dummy.js": "link:dummy.js",
120120
"eslint": "^8.19.0",
121121
"eslint-import-resolver-typescript": "link:.",
122+
"eslint-mdx": "^2.0.1",
122123
"eslint-plugin-import": "^2.26.0",
124+
"eslint-plugin-mdx": "^2.0.1",
123125
"lint-staged": "^13.0.3",
124126
"npm-run-all": "^4.1.5",
125127
"prettier": "^2.7.1",

yarn.lock

+2
Original file line numberDiff line numberDiff line change
@@ -6405,7 +6405,9 @@ __metadata:
64056405
enhanced-resolve: ^5.10.0
64066406
eslint: ^8.19.0
64076407
eslint-import-resolver-typescript: "link:."
6408+
eslint-mdx: ^2.0.1
64086409
eslint-plugin-import: ^2.26.0
6410+
eslint-plugin-mdx: ^2.0.1
64096411
get-tsconfig: ^4.1.0
64106412
globby: ^13.1.2
64116413
is-core-module: ^2.9.0

0 commit comments

Comments
 (0)