Prefer default export to make XO happy (#931)
* Comply with prefer-default-export rule for findBySession function * Remove XO's prefer-default-export rule * Comply with prefer-default-export rule for init function * Comply with prefer-default-export rule for getRootGroups function * Comply with prefer-default-export rule for INIT constant * Comply with prefer-default-export rule for isExecutable function * Fix default export for constants * Comply with prefer-default-export rule for last function * Comply with prefer-default-export rule for getColorList function
This commit is contained in:
parent
de5b384ccd
commit
8f28573fc0
16 changed files with 24 additions and 21 deletions
|
|
@ -23,7 +23,6 @@
|
|||
"new-cap": 0,
|
||||
"no-warning-comments": 0,
|
||||
"complexity": 0,
|
||||
"import/prefer-default-export": 0,
|
||||
"react/prop-types": 0,
|
||||
"react/jsx-no-bind": 0
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue