Jagruti Tiwari
Jagruti Tiwari
Hi @ojeytonwilliams could you go into a little more detail as to what is required exactly. I would love to take this up.
Hi @ojeytonwilliams thank you for explaining. I am full of doubts here: > I had a quick go locally and, well, it's still computing What are the steps to check...
Hi @ojeytonwilliams I hope this is my last question > Well, you'd just turn on the rule But, how do I turn on the rule? And in which file?
@ojeytonwilliams thank you for being patient with me. It means a lot.
Hi @ojeytonwilliams I read the documentation. I configured `maxDepth` this way: ` "import/no-cycle": [2, { "maxDepth": 3 }]` When the execution stops, this is the output I get: ``` /home/jagruti/freeCodeCamp/client/src/templates/Challenges/redux/execute-challenge-saga.js...
In the pdf what is the link in the first column for? The last column gives us the error code the link is throwing. While the "page where found" the...
Hey @nayabatir1 Here is the markdown language syntax: https://www.markdownguide.org/basic-syntax/ If you use Visual Studio Code IDE you can preview your document here: https://code.visualstudio.com/docs/languages/markdown
Hey @ieahleen My apologies. I still wasn't able to commit to the suggestions so I have done them manually. If there is anything else pending from my side let me...
Hey @ieahleen My apologies. I am checking them right now.
Hey @ieahleen My test was failing here: ``` 92 | const { container } = render(); 93 | > 94 | expect(container).toMatchSnapshot(); ``` At line no. 94. When I went...