2
0
Files
bot/packages/embeds/react/.eslintrc.cjs
2023-03-15 08:35:16 +01:00

9 lines
162 B
JavaScript

module.exports = {
root: true,
extends: ['custom'],
rules: {
'@next/next/no-img-element': 'off',
'@next/next/no-html-link-for-pages': 'off',
},
}