From 5a5520885063bca7e7993e435b5921e69b3baa0e Mon Sep 17 00:00:00 2001 From: Chris Laughlin Date: Sat, 13 Jan 2018 01:05:18 +0000 Subject: [PATCH] Enable `getter-return` rule as a warning (#3723) * Updating ESlint to ^4.15.0 and adding new rules to config * remoning style rule and auto fixing breakages from new rules * Removing implicit-arrow-linebreak style rule * adding new rule to eslint config project * updating react scripts eslint version * Pinning version. * Changing getter-return to warn * Update package.json * Update .eslintrc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525191efdcf..918d0c26d88 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "css-loader": "0.28.7", "dotenv": "4.0.0", "dotenv-expand": "4.0.1", - "eslint": "4.10.0", + "eslint": "4.15.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "1.9.0", "eslint-plugin-flowtype": "2.39.1",