2
0
Files
bot/packages/deprecated/bot-engine/.eslintrc.js

9 lines
162 B
JavaScript
Raw Normal View History

module.exports = {
2022-11-21 11:12:43 +01:00
root: true,
extends: ['custom'],
rules: {
2022-11-21 11:12:43 +01:00
'@next/next/no-img-element': 'off',
'@next/next/no-html-link-for-pages': 'off',
},
}