mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 01:11:54 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const createLocalId = () => `local:${Date.now()}`;
|
||||
|
||||
export const isLocalId = (id) => id.startsWith('local:');
|
||||
export const isLocalId = id => id.startsWith('local:');
|
||||
|
||||
Reference in New Issue
Block a user