File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 // "plugin:prettier/recommended"
66 ],
77 "parser" : " @typescript-eslint/parser" ,
8- "plugins" : [" @typescript-eslint" ]
9- // "rules": {
8+ "plugins" : [" @typescript-eslint" ],
9+ "rules" : {
10+ "@typescript-eslint/no-explicit-any" : " off"
1011 // "prettier/prettier": ["error", { "endOfLine": "auto" }]
11- // }
12+ }
1213}
Original file line number Diff line number Diff line change 11// import DiscordLogo from "@/public/assets/discord_logo.svg"
22import Image from 'next/image' ;
3- import { stage1 , stage2 , stage3 } from '/public/data/resourceCards' ;
3+ import { stage1 , stage2 , stage3 } from '../../.. /public/data/resourceCards' ;
44
55const boxStyling =
66 'border border-[#595F6D] rounded-lg hover:border-[#788093] hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
Original file line number Diff line number Diff line change 1- import Link from 'next/link' ;
21import React from 'react' ;
32import Footer from '@/components/Footer' ;
43
You can’t perform that action at this time.
0 commit comments