Skip to content
代码片段 群组 项目
提交 b28c533d 编辑于 作者: Winnie Hellmann's avatar Winnie Hellmann 提交者: Tim Zallmann
浏览文件

Enable plugin:promise/recommended ESlint rules

上级 c4a19ed7
No related branches found
No related tags found
无相关合并请求
extends:
- '@gitlab'
- plugin:promise/recommended
globals:
__webpack_public_path__: true
gl: false
......@@ -42,6 +43,11 @@ rules:
no-jquery/no-load: error
no-jquery/no-load-shorthand: error
no-jquery/no-serialize: error
promise/always-return: off
promise/no-callback-in-promise: off
promise/no-nesting: off
promise/param-names: off
promise/valid-params: off
overrides:
files:
- '**/spec/**/*'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册