Merge branch '27486-eslint-promises' into 'master'
Add ES lint support to identify poorly written Promises See merge request !9969
Showing
... | ... | @@ -60,6 +60,7 @@ |
"eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"istanbul": "^0.4.5", | ||
"jasmine-core": "^2.5.2", | ||
"jasmine-jquery": "^2.1.1", | ||
... | ... |
Please register or sign in to comment