b54dae7e15
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
117 B
JavaScript
9 lines
117 B
JavaScript
module.exports = {
|
|
env: {
|
|
mocha: true,
|
|
},
|
|
rules: {
|
|
'import/no-extraneous-dependencies': 'off',
|
|
},
|
|
};
|