♻️ Re-organize workspace folders
This commit is contained in:
8
packages/deprecated/bot-engine/.eslintrc.js
Normal file
8
packages/deprecated/bot-engine/.eslintrc.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['custom'],
|
||||
rules: {
|
||||
'@next/next/no-img-element': 'off',
|
||||
'@next/next/no-html-link-for-pages': 'off',
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user