Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix eslint warnings on build profile
  • Loading branch information
cmdcolin committed Jun 16, 2016
1 parent 65e5168 commit a7b3b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -8,6 +8,7 @@
"object-shorthand": 0,
"indent": ["error", 4],
"max-len": ["error", 200, 4],
"no-unused-vars": [2, {"varsIgnorePattern": "profile"}],
"vars-on-top": 0,
"prefer-arrow-callback": 0,
"func-names": 0
Expand Down
2 changes: 1 addition & 1 deletion js/MyVariantViewer.profile.js
Expand Up @@ -40,7 +40,7 @@ var profile = {

resourceTags: {
// Files that contain test code.
test: function(filename, mid) {
test: function(/* filename, mid */) {
return false;
},

Expand Down

0 comments on commit a7b3b74

Please sign in to comment.