This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
wiki
/
weseek__growi
réplica de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Create eslintrc in editor-theme
satof3
%!s(int64=2) %!d(string=hai) anos
pai
175b5be2a1
achega
91ad78f59e
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
packages/editor/src/services/editor-theme/.eslintrc.js
+ 5
- 0
packages/editor/src/services/editor-theme/.eslintrc.js
Ver ficheiro
@@ -0,0 +1,5 @@
+module.exports = {
+ rules: {
+ 'camelcase': 'off',
+ }
+};