W01fw00d / chemistry-ui

User Interface Components Library, based on Material-UI. It uses Storybook to generate a catalog.
https://chemistry-ui.netlify.app/?path=/story/*
1 stars 0 forks source link

Prettier and lint have conflicting rules #48

Open W01fw00d opened 2 years ago

W01fw00d commented 2 years ago

Currently, I'm using lint in my vscode and have a prettier command for formatting all code before push.

There are some conflicting rules, as parentesis surrounding multiline .tsx code or

() => {} vs () => { }

We should configurate prettier to respect lint's rules I believe.