Intellicode / eslint-plugin-react-native

React Native plugin for ESLint
MIT License
722 stars 130 forks source link

Where the configurations must be set ? #277

Open Hophoet opened 3 years ago

Hophoet commented 3 years ago

Hi, Very great librairy!, i like it

I need your help for the installation! I am following the step for the installation, and at the configurations step i don't know where configs must be set

alittletf commented 3 years ago

+1 I am also confused where this should be set

amankumar6 commented 3 years ago

You need to create a .eslintrc.js file in the root directory of your project and then copy the command which is given in the docs.

module.exports = {
  root: true,
  extends: '@react-native-community'
};