I am new to React native Project. I am working on React native latest version 0.61.5 now. The whole project is showing red underline. The reason is ESLint and I want to disable I don't know how to proceed. can anyone please suggest me the way of handling that ESLint in Project.Thanks in advance.
You could place /* eslint-disable */
at the top of your file to tell ESLint to ignore it.
More disabling rules docs
If you wish to disable eslint for the whole project, you should disabled it in your config
Hi you can use this to ignore ESLint for some files or path you want ==> https://www.npmjs.com/package/eslint-plugin-disable
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With