This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 1. Install ESLint locally to your project: > npm install eslint --save-dev. | |
| 2. Install eslint-config-airbnb, If using npm 5+, use this shortcut: > npx install-peerdeps --dev eslint-config-airbnb | |
| 3. Create a .eslintrc: | |
| { | |
| "extends": "airbnb" | |
| } |