aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 13:45:50 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 13:45:50 +0300
commita1a87d826632e61306c933a06735c8a2104f2b24 (patch)
tree967ef11393231dcafb9705c7055b32277e4a4f74 /src/rules/eslint.json
parentbef8d52a776912dfa9960a2672fc220cdec46ae8 (diff)
downloadeslint-config-a1a87d826632e61306c933a06735c8a2104f2b24.tar.xz
eslint-config-a1a87d826632e61306c933a06735c8a2104f2b24.zip
Rule "eol-last"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 531f091..17a1f02 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -1,4 +1,8 @@
{
+ "eol-last": [
+ "error",
+ "always"
+ ],
"no-tabs": [
"error",
{