mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-27 05:09:37 +00:00
00d6249711
Now generates CLI, env and docs Makes config more testable
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
module.exports = {
|
|
'env': {
|
|
'mocha': true,
|
|
},
|
|
'rules': {
|
|
'import/no-extraneous-dependencies': 0,
|
|
},
|
|
};
|