⚡ (engine) Improve engine overall robustness
This commit is contained in:
10
packages/js/.eslintrc.cjs
Normal file
10
packages/js/.eslintrc.cjs
Normal file
@ -0,0 +1,10 @@
|
||||
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',
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user