mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-25 16:19:07 +07:00
12 lines
197 B
JavaScript
12 lines
197 B
JavaScript
![]() |
module.exports = {
|
||
|
upgrade: true,
|
||
|
reject: [
|
||
|
// API changes break existing tests
|
||
|
'proxy',
|
||
|
|
||
|
// API changes
|
||
|
'eslint',
|
||
|
'eslint-config-prettier'
|
||
|
]
|
||
|
};
|