This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
  
  
  Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  
  Browse files
  Browse the repository at this point in the history 
    
    
    
  
    
     
  
  
  
      refactor(jshint): reduce duplication & test all JS files
    
  - Loading branch information
 
      Showing
      41 changed files
      with
      369 additions
      and
      440 deletions.
    
  
  There are no files selected for viewing
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| node_modules/** | ||
| lib/htmlparser/** | 
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "extends": ".jshintrc-base", | ||
| "node": true, | ||
| "globals": {} | ||
| } | 
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "bitwise": true, | ||
| "immed": true, | ||
| "newcap": true, | ||
| "noarg": true, | ||
| "noempty": true, | ||
| "nonew": true, | ||
| "trailing": true, | ||
| "maxlen": 200, | ||
| "boss": true, | ||
| "eqnull": true, | ||
| "expr": true, | ||
| "globalstrict": true, | ||
| "laxbreak": true, | ||
| "loopfunc": true, | ||
| "sub": true, | ||
| "undef": true, | ||
| "indent": 2 | ||
| } | 
  
    
      This file contains 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
    
  
  
    
            
            
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| angularFiles = { | ||
| 'use strict'; | ||
| 
     | 
||
| var angularFiles = { | ||
| 'angularSrc': [ | ||
| 'src/minErr.js', | ||
| 'src/Angular.js', | ||
| 
          
            
          
           | 
    ||
  
    
      This file contains 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
    
  
  
    
            
            
  
    
      This file contains 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
    
  
  
    
            
            
  
    
      This file contains 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
    
  
  
    
            
            
  
    
      This file contains 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
    
  
  
    
            
            
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| 'use strict'; | ||
| 
     | 
||
| var sharedConfig = require('./karma-shared.conf'); | ||
| 
     | 
||
| module.exports = function(config) { | ||
| 
          
            
          
           | 
    ||
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| 'use strict'; | ||
| 
     | 
||
| var angularFiles = require('./angularFiles'); | ||
| var sharedConfig = require('./karma-shared.conf'); | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| 'use strict'; | ||
| 
     | 
||
| var angularFiles = require('./angularFiles'); | ||
| var sharedConfig = require('./karma-shared.conf'); | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
  
    
      This file contains 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
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| 'use strict'; | ||
| 
     | 
||
| var angularFiles = require('./angularFiles'); | ||
| var sharedConfig = require('./karma-shared.conf'); | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
      
      Oops, something went wrong.