mirror of
https://github.com/sakaljurgis/nntp-worker.git
synced 2026-07-08 21:27:41 +00:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
upgrade: true,
|
|
reject: [
|
|
// api changes, check and fix
|
|
'eslint',
|
|
'grunt-eslint'
|
|
]
|
|
};
|