Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Prettier #5

Closed
felixfbecker opened this issue Jan 30, 2019 · 1 comment
Closed

Conflict with Prettier #5

felixfbecker opened this issue Jan 30, 2019 · 1 comment

Comments

@felixfbecker
Copy link

const listener = (_event: ElectronEvent, arg: {emoji: string; dataUrl: string}): void => {
};

xo-typescript wants this to be formatted

dataUrl: string;}

but Prettier wants this to be formatted

dataUrl: string}
@sindresorhus
Copy link
Member

Are you using the latest version? I think I already fixed this: dfb137f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants