2
0
Files
bot/packages/embeds/nextjs/.eslintrc.cjs

9 lines
162 B
JavaScript
Raw Normal View History

2023-07-15 12:26:12 +02:00
module.exports = {
root: true,
extends: ['custom'],
rules: {
'@next/next/no-img-element': 'off',
'@next/next/no-html-link-for-pages': 'off',
},
}