Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 343 Bytes

File metadata and controls

7 lines (6 loc) · 343 Bytes

Airbnb Eslint Integration with Create React App

  • Create project with Create React App
  • Just run this command "npm install --save-dev eslint-config-airbnb"
  • Create .eslintrc file in the main root
  • Use .eslintignore in the main root file to ignore eslint integration
  • Install eslint and prettier extensions for Visual Stdio Code Editor