Created
          August 3, 2018 10:01 
        
      - 
      
- 
        Save remy/2d4f79b83789979367f4faebb867831f to your computer and use it in GitHub Desktop. 
    My minimum eslintrc file needed (env: node + es6) - requires global install of eslint modules…
  
        
  
    
      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
    
  
  
    
              Show hidden characters
| { | |
| "extends": "eslint:recommended", | |
| "env": { | |
| "node": true, | |
| "es6": true | |
| }, | |
| "rules": { | |
| "no-console": 0 | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment