diff --git a/.eslintrc b/.eslintrc index e88e8355d..117135b36 100644 --- a/.eslintrc +++ b/.eslintrc @@ -32,6 +32,7 @@ "eqeqeq": ["error", "smart"], "generator-star-spacing": ["error", "before"], "indent": ["error", 2], + "linebreak-style": ["error", "unix"], "max-len": ["error", 120, 2], "no-debugger": "off", "no-dupe-args": "error", diff --git a/.soliumrc.json b/.soliumrc.json index c2e1906a3..6a08c6466 100644 --- a/.soliumrc.json +++ b/.soliumrc.json @@ -4,6 +4,7 @@ "rules": { "error-reason": "off", "indentation": ["error", 2], + "linebreak-style": ["error", "unix"], "max-len": ["error", 79], "no-constant": ["error"], "no-empty-blocks": "off",