mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
style: ignore editor-prset-vision
This commit is contained in:
parent
290547ebf7
commit
f428ffb334
@ -10,5 +10,11 @@ module.exports = {
|
||||
'@typescript-eslint/ban-types': 1,
|
||||
'no-shadow': 1,
|
||||
'no-prototype-builtins': 1,
|
||||
'@typescript-eslint/no-unused-vars': 1,
|
||||
'no-multi-assign': 1,
|
||||
'no-dupe-class-members': 1,
|
||||
'react/no-deprecated': 1,
|
||||
'no-useless-escape': 1,
|
||||
'brace-style': 1,
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user