mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 17:25:02 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ import { connect } from 'react-redux';
|
||||
import { isAppInitializingSelector } from '../selectors';
|
||||
import AppWrapper from '../components/AppWrapper';
|
||||
|
||||
const mapStateToProps = (state) => {
|
||||
const mapStateToProps = state => {
|
||||
const isAppInitializing = isAppInitializingSelector(state);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user