Merge branch 'ee-27486-eslint-promises' into 'master'
Add ES lint support to identify poorly written Promises See merge request !1682
Showing
... | ... | @@ -61,6 +61,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", | ||
... | ... | @@ -74,4 +75,4 @@ |
"nodemon": "^1.11.0", | ||
"webpack-dev-server": "^2.4.2" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment