Anton

Results 3 comments of Anton
trafficstars

My problem was solved with next workaround: `npm install -D [email protected]` https://github.com/eslint/eslint/issues/15149#issuecomment-939501275

Hi @DylanVann . Could you check this PR and approve if it's fine?

Would be really nice to have this feature! Then code of stories can be improved from this: ```ts const mockUsers = generateMockUsers(10) // generating 10 users. const mockSubscriptions = generateSubscriptions(mockUsers,...