Skip to content

Commit ad5d895

Browse files
committed
lint fix
1 parent 454d413 commit ad5d895

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
const secondRowBoxesStyling =
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
<section className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20">
1313
<div className="text-center">
1414
<p className="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)