Browse Source

Force new lines at the end of files

Maxime Quandalle 9 năm trước cách đây
mục cha
commit
46bf6ef803
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .eslintrc

+ 1 - 0
.eslintrc

@@ -22,6 +22,7 @@ rules:
   camelcase: 2
   comma-spacing: 2
   comma-style: 2
+  eol-last: 2
   linebreak-style: [2, unix]
   new-parens: 2
   no-lonely-if: 2