Last active
          December 17, 2015 19:08 
        
      - 
      
- 
        Save grasGendarme/5657700 to your computer and use it in GitHub Desktop. 
    A .jshintrc for node.js
  
        
  
    
      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
| { | |
| "node": true, | |
| "boss": false, | |
| "newcap": false, | |
| "undef": true, | |
| "unused": true, | |
| "onecase": true, | |
| "indent": 2, | |
| "noempty": true, | |
| "quotmark": "single" | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment