diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:45:50 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:45:50 +0300 |
commit | a1a87d826632e61306c933a06735c8a2104f2b24 (patch) | |
tree | 967ef11393231dcafb9705c7055b32277e4a4f74 /src | |
parent | bef8d52a776912dfa9960a2672fc220cdec46ae8 (diff) | |
download | eslint-config-a1a87d826632e61306c933a06735c8a2104f2b24.tar.xz eslint-config-a1a87d826632e61306c933a06735c8a2104f2b24.zip |
Rule "eol-last"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/rules/eslint.json | 4 |
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", { |