DolphinScheduler/dolphinscheduler-ui/.eslintrc
2019-12-05 17:35:53 +08:00

7 lines
99 B
Plaintext

globals:
$: true
expect: true
rules:
"no-new": "off"
"no-labels": [2, {"allowLoop": true}]