Просмотр исходного кода

Create eslintrc in editor-theme

satof3 1 год назад
Родитель
Сommit
91ad78f59e
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/editor/src/services/editor-theme/.eslintrc.js

+ 5 - 0
packages/editor/src/services/editor-theme/.eslintrc.js

@@ -0,0 +1,5 @@
+module.exports = {
+  rules: {
+    'camelcase': 'off',
+  }
+};