Skip to content

Commit 2bcfa72

Browse files
committed
Update dev dependencies
1 parent 4d71d14 commit 2bcfa72

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface RemarkMdxFrontmatterOptions {
3232
*
3333
* Each key of the object will be used as the export name.
3434
*
35-
* @param object - The object to create an export node for.
35+
* @param object The object to create an export node for.
3636
* @returns The MDX ESM node.
3737
*/
3838
function createExport(object: object): MdxjsEsm {
@@ -75,7 +75,7 @@ function createExport(object: object): MdxjsEsm {
7575
/**
7676
* A remark plugin to expose frontmatter data as named exports.
7777
*
78-
* @param options - Optional options to configure the output.
78+
* @param options Optional options to configure the output.
7979
* @returns A unified transformer.
8080
*/
8181
const remarkMdxFrontmatter: Plugin<[RemarkMdxFrontmatterOptions?], Root> = ({

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/eslint-plugin": "^5.0.0",
5353
"c8": "^7.0.0",
5454
"eslint": "^8.0.0",
55-
"eslint-config-remcohaszing": "^4.0.0",
55+
"eslint-config-remcohaszing": "^5.0.0",
5656
"eslint-plugin-jsx-a11y": "^6.0.0",
5757
"eslint-plugin-react": "^7.0.0",
5858
"mdast-util-mdx": "^2.0.0",

0 commit comments

Comments
 (0)