Uladzimir Havenchyk

Results 13 issues of Uladzimir Havenchyk

**What version of this package are you using?** [email protected] **What operating system, Node.js, and npm version?** MacOS Catalina, node 13.2.0, npm 6.13.1 **What happened?** Weird formatting, in prettier-standard package it's...

bug
help wanted
blocked

Hey @sheerun, I came across some conflict between `prettier-standard` and eslint with `standard` and `standard-jsx` presets included. Example: ``` const A: React.FC = ({ children }) => {children} const B:...

Seems to be some change, since `process.on('message')` is not triggered with `ava-teardown`

we need to deliver `.d.ts` files as well

### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? ### What is the expected behavior? ### What's your environment? ### Other information

### Are you submitting a **bug report** or a **feature request**? Problem. Current tests are testing implementation details ### What is the current behavior? ### What is the expected behavior?...

Hacktoberfest

I'm not sure, but probably you can use [phantom-jasmine](https://github.com/jcarver989/phantom-jasmine) for testing purposes. What do you think, @roman01la? I'm not pretty well familiar with testing in phantomjs.

It's mostly a question. I use `jest-styled-components` with `@testing-library/react` and snapshots are looking really cool, but I didn't find a way to serialize `css` prop of styled-components in snapshots, so...

I noticed that `string-enum` rule ignores comments, so if you have comments on the right like ``` enum Events { MyEvent2 = 'My Event 2' // my event 2 MyEvent1...