renovate/test/.eslintrc.js
Jon Bretman 3818e535ad Move tests to Jest (#94)
* No need to run tests against compiled code
* Better support for reseting modules
* Will make writing tests for the github/npm apis easier
2017-02-09 05:30:00 +01:00

9 lines
156 B
JavaScript

module.exports = {
'env': {
'jest': true,
},
'rules': {
'import/no-extraneous-dependencies': 0,
'global-require': 0
},
};