mirror of
https://github.com/renovatebot/renovate.git
synced 2025-02-10 11:13:16 +00:00
![Jon Bretman](/assets/img/avatar_default.png)
* No need to run tests against compiled code * Better support for reseting modules * Will make writing tests for the github/npm apis easier
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
module.exports = {
|
|
'env': {
|
|
'jest': true,
|
|
},
|
|
'rules': {
|
|
'import/no-extraneous-dependencies': 0,
|
|
'global-require': 0
|
|
},
|
|
};
|