Explorar el Código

Force new lines at the end of files

Maxime Quandalle hace 9 años
padre
commit
46bf6ef803
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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