Remove lint

This commit is contained in:
Tim Schaub
2016-08-07 13:28:19 -06:00
parent 4373f1bd54
commit feb7713225
11 changed files with 9 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
{
"env": {
"es6": true
"es6": true,
"mocha": true
}
}

View File

@@ -5,7 +5,7 @@ const path = require('path');
const src = path.join(__dirname, '..', '..', 'src');
const PROVIDE_RE = /^goog.provide\('(.*)'\);/
const PROVIDE_RE = /^goog.provide\('(.*)'\);/;
describe('each file', () => {