shufo / prettier-plugin-blade

Format your blade template using Prettier
https://www.npmjs.com/package/@shufo/prettier-plugin-blade
MIT License
316 stars 8 forks source link

feat: replace eslint with biomejs #273

Closed shufo closed 4 months ago

shufo commented 4 months ago

What is this PR

This PR replaces eslint with biomejs cause eslint dependencies and configurations are too complicated. To simplify lint and format process, I prefer one toolchain instead of multiple dependencies.

How this PR tested

Replace eslint and added biomejs. Build and publish locally with yalc and confirmed behaviour is not changed by lint error fix and format.