Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: next.config.js. The file must be included in at least one of the projects provided. You have this ESLint error in next.config.js Do you have any idea on how to fix it. I can't seem to find info on it
It could be that the next.config.js file is not in the "include" array within the tsconfig.json. You could try adding it to the tsconfig include array and see if that happens. Also was able to find this stackoverflow.com/questions/58510287/parseroptions-project-has-been-set-for-typescript-eslint-parser
so super noob question. in VScode for example at 01:16 when I hit save the long line at 16 breaks down on separate lines => WHAT setting is causing this? How can I be sure that all my team members (working on same code) have the same settings so that we don't push unnecassary commits?
and also at 4:19 I don't have those warning messages when I type something wrong there... how do I setup a propper project? (ok actually non of those rules defined does affect my code.. what do I miss?)
Well done bro, I liked your tutor style, I subscribed in the hope of viewing new videos in the same style from you. And there is a question, what emotion-cache used for? do we need it in all the rendering styles?
Hello sir good evening, Thank for sharing your knowledge, this is awesome tutorial and I learned a lot, may i ask sir ? , sir did you noticed the problem in styled component in console it shows className did not match on Server? How to fix that sir?
I must have missed it, but if you are using styled-components you could look at this article. stackoverflow.com/questions/51791163/warning-prop-classname-did-not-match-when-using-styled-components-with-seman
@@CodeDunks I think you can just link one of your previous vids where you set up the nextjs project with lint, prettier, ts, etc. Otherwise, the video will be too lengthy Anyway, thx great job
Did you run yarn install before to install the dependencies? Just curious as to where you are experiencing these lint errors because I don't have any unfortunately. That way I can see and possibly help fix!
The level of your tutorials is very professional. Your channel is one of my favorites. Excelent work.
Thank you! Glad you enjoy it.
I've been looking for a video like this. Thanks
You just earned a new subscriber, this really helped me! Thanks!
Great job Leo, thanks for doing this looking forward to part2!
one of the quality tutorials
Excellent great. you are doing wonderful job
this video is genius. thank you and great job.
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: next.config.js.
The file must be included in at least one of the projects provided.
You have this ESLint error in next.config.js
Do you have any idea on how to fix it. I can't seem to find info on it
It could be that the next.config.js file is not in the "include" array within the tsconfig.json. You could try adding it to the tsconfig include array and see if that happens.
Also was able to find this stackoverflow.com/questions/58510287/parseroptions-project-has-been-set-for-typescript-eslint-parser
so super noob question. in VScode for example at 01:16 when I hit save the long line at 16 breaks down on separate lines => WHAT setting is causing this? How can I be sure that all my team members (working on same code) have the same settings so that we don't push unnecassary commits?
and also at 4:19 I don't have those warning messages when I type something wrong there... how do I setup a propper project? (ok actually non of those rules defined does affect my code.. what do I miss?)
@@0GRANATE0 Most likely prettier, eslint with the line character count
@@CodeDunks But do I have to install prettier and eslints npm pacakge or vs code addon?
@Leo Roese Are there any modifications needed for Next.js 12 to work smoothly with Material-UI?
I haven’t had a chance to look at it with Next 12 unfortunately
Amazing as usual thank you
Well done bro, I liked your tutor style, I subscribed in the hope of viewing new videos in the same style from you.
And there is a question, what emotion-cache used for? do we need it in all the rendering styles?
Great tutorial, can please do storybook with Material UI V5 thanks
Hi, great work, what's that plugin on your browser?
Thanks for the vid!
Not shown how to use emotion to stylize the MUI components :(
Can i use next/core-web-vitals with 9-10 next?
Hey there, I don’t believe you can
Hello sir good evening, Thank for sharing your knowledge, this is awesome tutorial and I learned a lot, may i ask sir ? , sir did you noticed the problem in styled component in console it shows className did not match on Server? How to fix that sir?
I must have missed it, but if you are using styled-components you could look at this article. stackoverflow.com/questions/51791163/warning-prop-classname-did-not-match-when-using-styled-components-with-seman
@@CodeDunks hello sirr thanks for replying me back, i also tried that sir , but it wont work, now i moved in emotion styled, it work perfectly
@@motivateme2402 Shoot, sorry I wasn't able to help but glad you got it to work! Cheers
You the best dude!
Please do a Blitz.js tutorial
thanks!
Yeah tell me what emotion is, doctor
you should have started the setup from scratch instead clone a preconfigured repo and explaining. it becomes confusing
Gotcha, appreciate the feedback and will do that for the next videos. Sorry about the confusion!
@@CodeDunks I think you can just link one of your previous vids where you set up the nextjs project with lint, prettier, ts, etc. Otherwise, the video will be too lengthy
Anyway, thx
great job
I prefer it this way, otherwise I get bored waiting to get to the actual subject matter.
So many lint errors
Did you run yarn install before to install the dependencies? Just curious as to where you are experiencing these lint errors because I don't have any unfortunately. That way I can see and possibly help fix!
@@CodeDunks check your video, the lint errors/warnings are there you just ignore them :P
@@codernerd7076 ohhhhh the warnings, yeah that’s true, I didn’t want to go through the ESLint config for the blue squiggles lol. Sorry about that!
@@CodeDunks maybe missing return type to your functions ?
you can say "let's go ahead and xxx" less..
I feel that for sure lol