Lint fixes and dependency updates

This commit is contained in:
2018-06-13 10:54:42 +02:00
parent eda6f90cee
commit a356c64343
6 changed files with 24 additions and 2803 deletions
+12
View File
@@ -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
}
);