mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
3818e535ad
* 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
|
|
},
|
|
};
|