DolphinScheduler/escheduler-ui/.eslintrc
2019-03-29 14:12:18 +08:00

7 lines
99 B
Plaintext

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