Skip to content

Commit 587436c

Browse files
committed
chore(senna): configure linting for tests
1 parent 5a8d218 commit 587436c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maintenance/projects/senna/test/.eslintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* SPDX-License-Identifier: BSD-3-Clause
44
*/
55

6-
const path = require('path');
7-
86
module.exports = {
97
env: {
108
mocha: true,
@@ -13,4 +11,7 @@ module.exports = {
1311
assert: true,
1412
sinon: true,
1513
},
14+
rules: {
15+
'no-console': 'off',
16+
},
1617
};

0 commit comments

Comments
 (0)