Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Sep 30, 2020
1 parent 3469f50 commit aafaf6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@
"yui" : false, // Yahoo User Interface

// Custom Globals
"globals" : {} // additional predefined global variables
"globals" : {
"context": true,
"httpClient": true
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<configuration>
<executable>node</executable>
<commandlineArgs>
node_modules/apigeelint/cli.js -s . -f table.js
node_modules/apigeelint/cli.js -s apiproxy/ -f table.js
</commandlineArgs>
</configuration>
</execution>
Expand Down

0 comments on commit aafaf6d

Please sign in to comment.