Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 20, 2024
1 parent b53e1f7 commit e74f31a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"react-use-error-boundary": "^3.0.0",
"react-use-intercom": "^5.1.4",
"styled-components": "^5.3.5",
"tinyglobby": "^0.2.6",
"ts-pattern": "^4.2.2",
"use-immer": "^0.7.0",
"viem": "2.19.4",
Expand Down Expand Up @@ -174,7 +175,6 @@
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-webpack-plugin": "^3.3.0",
"svgo": "latest",
"tinyglobby": "^0.2.6",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript-styled-plugin": "^0.18.2",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/pages/legal/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { readFileSync } from 'fs'
import path from 'path'

import { globSync } from 'tinyglobby'
import Markdown from 'markdown-to-jsx'
import { GetStaticPropsContext } from 'next'
import { ReactElement } from 'react'
import styled, { css } from 'styled-components'
import { globSync } from 'tinyglobby'

import { Content } from '@app/layouts/Content'
import { ContentGrid } from '@app/layouts/ContentGrid'
Expand Down

0 comments on commit e74f31a

Please sign in to comment.