mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
} from './models';
|
||||
|
||||
const orm = new ORM({
|
||||
stateSelector: (state) => state.orm,
|
||||
stateSelector: state => state.orm,
|
||||
});
|
||||
|
||||
orm.register(
|
||||
|
||||
Reference in New Issue
Block a user