Remove lint
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"env": {
|
||||
"es6": true
|
||||
"es6": true,
|
||||
"mocha": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user