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

Where the configurations must be set ?

Open Hophoet opened this issue 4 years ago • 2 comments

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

Hophoet avatar Feb 24 '21 16:02 Hophoet

+1 I am also confused where this should be set

alittletf avatar Mar 06 '21 21:03 alittletf

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'
};

amankumar6 avatar Mar 16 '21 09:03 amankumar6