app/react/Notifications/reducers/notificationsReducer.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 function notificationsReducer(state = initialState, action = {}) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/