From fc0a2940604b1400b87343e94627ece0a2ad207e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 26 Jun 2018 04:01:52 +0000 Subject: [PATCH 1/2] chore(package): update eslint to version 5.0.1 Closes #38 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec41426..7c1a03d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-preset-react": "^6.24.1", "clean-webpack-plugin": "^0.1.18", "css-loader": "^0.28.9", - "eslint": "^4.16.0", + "eslint": "^5.0.1", "eslint-plugin-flowtype": "^2.42.0", "eslint-plugin-react": "^7.6.1", "file-loader": "^1.1.5", From 62732acc5076e67c49cc56cf65ba75aabdd6b903 Mon Sep 17 00:00:00 2001 From: uwap Date: Tue, 26 Jun 2018 14:55:20 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c1a03d..4e44247 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "webpack --bail --config webpack.config.js --mode development --env", "watch": "webpack-dev-server --open --config webpack.config.js --mode development --env", "travis": "./travis.sh", - "lint": "eslint -- --ext js --ext jsx src/", + "lint": "eslint --ext js --ext jsx src/", "precommit": "yarn lint" }, "dependencies": {