Lint fixes and dependency updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
require(
|
||||
'mocha-eslint')([__dirname + '/..'],
|
||||
{
|
||||
// Increase the timeout of the test if linting takes to long
|
||||
'timeout': 5000, // Defaults to the global mocha `timeout` option
|
||||
|
||||
// Increase the time until a test is marked as slow
|
||||
'slow': 1000, // Defaults to the global mocha `slow` option
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user