eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

Using react-native rule removes problems in files in VS Code

Open EduVencovsky opened this issue 6 years ago • 1 comments

Without using any rule of react-native, warnings and errors shows next to files and folders in vscode, like the image bellow.

react-native-eslint-problem

But when I use any rule, it doesn't show anymore.

react-native-eslint-problem2

EduVencovsky avatar Mar 05 '19 14:03 EduVencovsky

did you add react-native to eslint plugins? https://github.com/Intellicode/eslint-plugin-react-native#configuration

also try to execute eslint in the console, maybe you'll get some configuration errors

AleksandrZhukov avatar Mar 06 '19 16:03 AleksandrZhukov