How to use lint tools in react-native javascript development ( using Atom )?
问题 How to integrate lint tools in react-native javascript development ( using Atom ) ? Are there tools that I can integrate with Atom or Visual Studio Code ( OS X) editors that will lint and detect errors as I edit an open files? Or can you somehow execute these tool on run? react-native run-android react-native run-ios What is is a typical work-flow when using these JS and JSX lint tools? I would like to prevent Android exceptions such as duplicate definitions of properties or functions: React