Skip to content

Commit

Permalink
Remove eslint-disable-line from monitor.js
Browse files Browse the repository at this point in the history
(It's no longer needed)
  • Loading branch information
Zarel committed Aug 20, 2016
1 parent e3f1a3b commit 604c0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.js
Expand Up @@ -25,7 +25,7 @@ class TimedCounter extends Map {
}
}

const Monitor = module.exports = { // eslint-disable-line no-unused-vars
const Monitor = module.exports = {

/*********************************************************
* Logging
Expand Down

0 comments on commit 604c0f1

Please sign in to comment.