mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Linting
This commit is contained in:
@@ -275,7 +275,6 @@ const mapStateToProps = (state) => Object
|
||||
if (key !== 'apollo') {
|
||||
entry[key] = state[key].toJS();
|
||||
}
|
||||
console.log(entry);
|
||||
return entry;
|
||||
}, {});
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@ function importer ({fill, ...props}) {
|
||||
}
|
||||
|
||||
function filterBySlot (plugin) {
|
||||
|
||||
/**
|
||||
* filterBySlot
|
||||
*/
|
||||
@@ -97,6 +98,7 @@ function filterByUserConfig (plugin) {
|
||||
}
|
||||
|
||||
function importAll(context) {
|
||||
|
||||
/**
|
||||
* importAll builds the map to import
|
||||
*/
|
||||
@@ -111,6 +113,7 @@ function importAll(context) {
|
||||
}
|
||||
|
||||
function importAllAsArr(context) {
|
||||
|
||||
/**
|
||||
* importAllAsArr builds the array to import
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user