Skip to content

Commit 7195bae

Browse files
committed
Update ESLint and Prettier
1 parent 36f7ee7 commit 7195bae

File tree

3 files changed

+183
-256
lines changed

3 files changed

+183
-256
lines changed

lib/Compilation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ class Compilation extends Tapable {
888888
// leaking the Compilation object.
889889

890890
if (err) {
891+
// eslint-disable-next-line no-self-assign
891892
err.stack = err.stack;
892893
return callback(err);
893894
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"coveralls": "^2.11.2",
4444
"css-loader": "^0.28.3",
4545
"es6-promise-polyfill": "^1.1.1",
46-
"eslint": "^4.19.1",
46+
"eslint": "^5.1.0",
4747
"eslint-config-prettier": "^2.9.0",
4848
"eslint-plugin-jest": "^21.17.0",
4949
"eslint-plugin-node": "^6.0.1",
50-
"eslint-plugin-prettier": "^2.6.0",
50+
"eslint-plugin-prettier": "^2.6.2",
5151
"express": "~4.13.1",
5252
"file-loader": "^1.1.6",
5353
"glob": "^7.1.2",
@@ -61,9 +61,9 @@
6161
"json-loader": "^0.5.7",
6262
"less": "^2.5.1",
6363
"less-loader": "^4.0.3",
64-
"lint-staged": "^7.1.0",
64+
"lint-staged": "^7.2.0",
6565
"lodash": "^4.17.4",
66-
"prettier": "^1.13.5",
66+
"prettier": "^1.13.7",
6767
"pug": "^2.0.3",
6868
"pug-loader": "^2.4.0",
6969
"raw-loader": "~0.5.0",

0 commit comments

Comments
 (0)