Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu04 committed Apr 7, 2024
1 parent 454d413 commit ad5d895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Sponsors = () => {
const secondRowBoxesStyling =
'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';

return (
return (
<section className="flex flex-col min-h-screen py-8 xl:px-24 sm:px-10 px-8 relative mt-20">
<div className="text-center">
<p className="text-[#3977F8] font-game text-xl">04</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"format": "prettier --check \"**/*.{ts,tsx}\"",
"format:fix": "prettier --write \"**/*.{ts,tsx}\"",
"lint": "eslint ./**/*.{ts,tsx} && tsc --noemit",
"lint": "eslint ./**/*.{ts,tsx}",
"lint:fix": "eslint --fix ./**/*.{ts,tsx}",
"type-check": "tsc --noemit"
},
Expand Down

0 comments on commit ad5d895

Please sign in to comment.