Skip to content

Commit bbc4bad

Browse files
committed
chore: fix code style issues with linters
1 parent 7f477de commit bbc4bad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package-lock.json

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

scripts/generateOgImageData.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const IMAGE_FILE = {
8282
[IMAGE_TYPE.X]: 'x.svg'
8383
}
8484

85-
// eslint-disable-next-line react-refresh/only-export-components
85+
8686
const DIMENSIONS = {
8787
[IMAGE_TYPE.OG]: { width: 1200, height: 630 },
8888
[IMAGE_TYPE.X]: { width: 1200, height: 675 }

0 commit comments

Comments
 (0)