blessing-skin-server/resources/assets/tests/.eslintrc.yml

9 lines
120 B
YAML
Raw Normal View History

2019-03-15 11:42:41 +08:00
env:
jest: true
rules:
no-empty-function: 0
func-names: 0
2019-03-17 21:09:46 +08:00
no-extra-parens: 0
2019-03-25 22:01:57 +08:00
prefer-promise-reject-errors: 0