From 50ebd4dbaf063615f4c025f567ca28076a734223 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 13 Jan 2020 14:58:45 -0800 Subject: [PATCH] feat!: add the eol-last rule (#425) --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cb20a268..1e456152 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,7 +14,8 @@ "eqeqeq": "error", "no-warning-comments": "warn", "no-var": "error", - "prefer-const": "error" + "prefer-const": "error", + "eol-last": "error" }, "overrides": [ {