Commit 5106d5af authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'winh-eslint-promise/recommended' into 'master'

Enable plugin:promise/recommended ESlint rules

See merge request gitlab-org/gitlab!17094
parents c4a19ed7 b28c533d
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/**/*'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment