Closed GauravKumarSingh closed 4 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
This PR not required .hence closing the PR @GauravKumarSingh @arunvishnun @kylejeske
"npm run lint" throwing error in windows. "Path.posix.join" combine path according to unix system only (i.e forward slash) It is not working in windows. After replacing it with "Path.join" It is working fine.