DolphinScheduler/dolphinscheduler-ui/.eslintrc

7 lines
99 B
Plaintext
Raw Normal View History

2019-03-29 14:12:09 +08:00
globals:
$: true
expect: true
rules:
"no-new": "off"
"no-labels": [2, {"allowLoop": true}]