fix lint errors in examples

This commit is contained in:
Maciej Winnicki 2016-10-12 12:06:40 +02:00
parent c9bc0b2e66
commit d2a634e20a
No known key found for this signature in database
GPG Key ID: 950BD3CA7EDF6008
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,6 @@
module.exports = {
"rules": {
"no-console": "off",
"import/no-unresolved": "off"
}
};

View File

@ -1,4 +1,3 @@
/* eslint no-console: "off" */
'use strict';
module.exports.run = () => {