2
0
Files
bot/packages/js/.eslintrc.js
Baptiste Arnaud 1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00

11 lines
244 B
JavaScript

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