mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 13:40:41 +00:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
module.exports = {
|
|
extends: '../../.eslintrc',
|
|
rules: {
|
|
'@typescript-eslint/member-ordering': 0,
|
|
indent: 0,
|
|
},
|
|
};
|