Skip to content

Commit b38b60b

Browse files
committed
eslint to oxlint
1 parent 5513896 commit b38b60b

4 files changed

Lines changed: 149 additions & 23 deletions

File tree

apps/landing/src/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { MDXComponents } from 'mdx/types'
33
import { Code } from './components/Code'
44

55
const _components = {
6-
code({ node, inline, className, children, ...props }: any) {
6+
code({ node:_, inline, className, children, ...props }: any) {
77
const match = /language-(\w+)/.exec(className || '')
88
return !inline && match ? (
99
<Code

0 commit comments

Comments
 (0)