Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[eslint] Enforce brace style
version-14
Faris Ansari
hace 7 años
padre
46d6b46c0f
commit
663bdcb955
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-0
.eslintrc
+ 12
- 0
.eslintrc
Ver fichero
@@ -11,6 +11,18 @@
"tab",
{ "SwitchCase": 1 }
],
"brace-style": [
"error",
"1tbs"
],
"space-before-function-paren": [
"error",
"never"
],
"space-unary-ops": [
"error",
{ "words": true }
],
"linebreak-style": [
"error",
"unix"
Escribir
Vista previa
Cargando…
Cancelar
Guardar