anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

Linting & prettier #130

Closed marekdedic closed 3 years ago

marekdedic commented 3 years ago

Hi, I've seen you hand-correct code style on #105, so I thought you could use a linter that is also configured to check and fix code style using prettier (since that seems to be the standard in JS community...)

Currently, it fails, but if you're ok with this, I can run it in the "fix" mode and push it as a PR. There are still some 19 checks failing that are not code style, I would merge the style fix first and then push a PR with the other fixes.