Add ES lint support to identify poorly written Promises
Showing
... | @@ -61,6 +61,7 @@ | ... | @@ -61,6 +61,7 @@ |
"eslint-plugin-filenames": "^1.1.0", | "eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | "eslint-plugin-jasmine": "^2.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | |||
"istanbul": "^0.4.5", | "istanbul": "^0.4.5", | ||
"jasmine-core": "^2.5.2", | "jasmine-core": "^2.5.2", | ||
"jasmine-jquery": "^2.1.1", | "jasmine-jquery": "^2.1.1", | ||
... | @@ -74,4 +75,4 @@ | ... | @@ -74,4 +75,4 @@ |
"nodemon": "^1.11.0", | "nodemon": "^1.11.0", | ||
"webpack-dev-server": "^2.4.2" | "webpack-dev-server": "^2.4.2" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment