DolphinScheduler/dolphinscheduler-ui/.eslintrc
2019-09-29 15:14:10 +08:00

7 lines
99 B
Plaintext

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