React native learning from udemy course
Learn-React-Native-Firebase-Auth
Developing on Atom Editor and using ESLint as linter.
Three steps to configure
1) Add linter to the editor by searching for linter, linter-eslint
2) Install npm module required for React-native using ‘npm install —save-dev eslint-config-rallycoding’
3) create a file under project ‘.eslintrc’ and add
{
"extends": "rallycoding"
}
You should be ready to go. For more look into Udemy course ‘the-complete-react-native-and-redux-course’ episode 11