Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad5d895

Browse files
committed
lint fix
1 parent454d413 commitad5d895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/Sponsors/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Sponsors = () => {
88
constsecondRowBoxesStyling=
99
'xl:p-16 p-10 flex justify-center items-center xl:col-span-3 sm:col-span-5 col-span-10 xl:row-start-2 xl:row-end-3 sm:row-start-4 sm:row-end-5 sm:h-auto h-36';
1010

11-
return(
11+
return(
1212
<sectionclassName="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20">
1313
<divclassName="text-center">
1414
<pclassName="text-[#3977F8] font-game text-xl">04</p>

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start":"next start",
99
"format":"prettier --check\"**/*.{ts,tsx}\"",
1010
"format:fix":"prettier --write\"**/*.{ts,tsx}\"",
11-
"lint":"eslint ./**/*.{ts,tsx} && tsc --noemit",
11+
"lint":"eslint ./**/*.{ts,tsx}",
1212
"lint:fix":"eslint --fix ./**/*.{ts,tsx}",
1313
"type-check":"tsc --noemit"
1414
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp