vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.94k stars 466 forks source link

Consider migrating Prettier and ESLint to Biome #638

Open hugobessa opened 8 months ago

hugobessa commented 8 months ago

Is your feature request related to a problem? Please describe. ESLint and Prettier are slow

Describe the solution you'd like Biome is a toolchain that handles both linting and formating for JS/TS and its VERY fast: https://biomejs.dev/.

We need to check if the plugins and rules we have for ESLint have similar support.

fjsj commented 3 months ago

I think we should wait more before making that change. Plugin support might suffer.