frontend/src/store/files/reducer.js
Showing 1 of 1 total issue
Function files
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function files(state = initialFilesState, action) { const stateForPath = state[action.path] || {}; switch (action.type) { case types.GET_FILE_LIST_ASYNC.PENDING: