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