Преглед изворни кода

Create eslintrc in editor-theme

satof3 пре 2 година
родитељ
комит
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',
+  }
+};