app/react/Entities/reducers/uiReducer.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import Immutable from 'immutable';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default reducer;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Export statements should appear at the end of the file Open
Open
export const initialState = { userSelectedTab: false };
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/