This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create eslintrc in editor-theme
satof3
2 years ago
parent
175b5be2a1
commit
91ad78f59e
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
packages/editor/src/services/editor-theme/.eslintrc.js
+ 5
- 0
packages/editor/src/services/editor-theme/.eslintrc.js
View File
@@ -0,0 +1,5 @@
+module.exports = {
+ rules: {
+ 'camelcase': 'off',
+ }
+};