From 7bc55712a4d2b781976cc381030ca90ce8e2030c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 16:33:53 +0400 Subject: feat(eslint): Rule "linebreak-style" Signed-off-by: Valentin Popov --- src/rules/eslint.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 074c60e..04fda73 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -60,6 +60,10 @@ "mode": "strict" } ], + "linebreak-style": [ + "error", + "unix" + ], "lines-around-directive": [ "off" ], -- cgit v1.2.3