|
|
@ -12,6 +12,7 @@ module.exports = {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
plugins: [
|
|
|
|
plugins: [
|
|
|
|
|
|
|
|
'mocha',
|
|
|
|
'more',
|
|
|
|
'more',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
@ -33,6 +34,9 @@ module.exports = {
|
|
|
|
ignoreUrls: true,
|
|
|
|
ignoreUrls: true,
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// prevents us from accidentally checking in exclusive tests (`.only`):
|
|
|
|
|
|
|
|
'mocha/no-exclusive-tests': 'error',
|
|
|
|
|
|
|
|
|
|
|
|
// encourage consistent use of `async` / `await` instead of `then`
|
|
|
|
// encourage consistent use of `async` / `await` instead of `then`
|
|
|
|
'more/no-then': 'error',
|
|
|
|
'more/no-then': 'error',
|
|
|
|
|
|
|
|
|
|
|
|