mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -11,8 +11,9 @@ export const pathnameSelector = ({
|
||||
},
|
||||
}) => pathname;
|
||||
|
||||
// eslint-disable-next-line max-len
|
||||
export const pathsMatchSelector = createReselectSelector(pathnameSelector, (pathname) => matchPaths(pathname, Object.values(Paths)));
|
||||
export const pathsMatchSelector = createReselectSelector(pathnameSelector, pathname =>
|
||||
matchPaths(pathname, Object.values(Paths)),
|
||||
);
|
||||
|
||||
export const pathSelector = createReduxOrmSelector(
|
||||
orm,
|
||||
|
||||
Reference in New Issue
Block a user