This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Create eslintrc in editor-theme
satof3
hace 2 años
padre
175b5be2a1
commit
91ad78f59e
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
packages/editor/src/services/editor-theme/.eslintrc.js
+ 5
- 0
packages/editor/src/services/editor-theme/.eslintrc.js
Ver fichero
@@ -0,0 +1,5 @@
+module.exports = {
+ rules: {
+ 'camelcase': 'off',
+ }
+};