mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
chore: eslint config fix
This commit is contained in:
parent
d1702161c1
commit
3d3952ecae
@ -50,6 +50,8 @@ export default tseslint.config({
|
|||||||
'@typescript-eslint/ban-ts-comment': ['error', { 'ts-expect-error': 'allow-with-description' }],
|
'@typescript-eslint/ban-ts-comment': ['error', { 'ts-expect-error': 'allow-with-description' }],
|
||||||
'@typescript-eslint/no-explicit-any': 'off',
|
'@typescript-eslint/no-explicit-any': 'off',
|
||||||
|
|
||||||
|
'@typescript-eslint/no-this-alias': 'off',
|
||||||
|
|
||||||
'react/jsx-no-undef': 'error',
|
'react/jsx-no-undef': 'error',
|
||||||
'react/jsx-uses-vars': 'error',
|
'react/jsx-uses-vars': 'error',
|
||||||
'react/jsx-no-duplicate-props': ['error', { ignoreCase: true }],
|
'react/jsx-no-duplicate-props': ['error', { ignoreCase: true }],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user