mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 04:03:07 +00:00
chore: eslint add no-unexpected-multiline rule
This commit is contained in:
parent
33ed67ab57
commit
fadce950f9
@ -40,5 +40,6 @@ module.exports = {
|
|||||||
"@typescript-eslint/no-useless-constructor": 0,
|
"@typescript-eslint/no-useless-constructor": 0,
|
||||||
'@typescript-eslint/dot-notation': 0, // for lint performance
|
'@typescript-eslint/dot-notation': 0, // for lint performance
|
||||||
'@typescript-eslint/restrict-plus-operands': 0, // for lint performance
|
'@typescript-eslint/restrict-plus-operands': 0, // for lint performance
|
||||||
|
'no-unexpected-multiline': 1,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user