przemekhernik / footmate.pro

Other
13 stars 0 forks source link

add linters #12

Open przemekhernik opened 9 months ago

asuh commented 3 months ago

I'm using your develop branch as a personal theme that I'm working on, and I made a radical update with linting.

I don't know if you're aware of this project, but I'd highly recommend taking a look at https://biomejs.dev/.

This project reduced /node_modules/ in half, allowed me to remove both ESLint and Prettier, and will eventually replace Stylelint.

I'm always a fan of less abstractions and overhead, and Biome fits both of these by far. I'd highly recommend reviewing it as well as another positive testimony of the same migration.

https://kittygiraudel.com/2024/06/01/from-eslint-and-prettier-to-biome/

przemekhernik commented 3 months ago

I'm using your develop branch as a personal theme that I'm working on, and I made a radical update with lining.

I'm so happy with this! The theme is still in the early stage, but it's great that you decided to use it 😍

I don't know if you're aware of this project, but I'd highly recommend taking a look at https://biomejs.dev/.

I must admit that I've just heard about this for the first time, but it sounds very promising. I don't like the dependency hell when using all Prettier, Stylelint, ES Lint separately. I wish to use one tool that provides more flexibility, lining, and formatting. And it looks like this tool solves this problem. I'll definitely try it out. It might be another game changer so thank you for this 👏