shufo / blade-formatter

An opinionated blade template formatter for Laravel that respects readability
https://www.npmjs.com/package/blade-formatter
MIT License
457 stars 26 forks source link

feat: replace eslint with biome #919

Closed shufo closed 8 months ago

shufo commented 8 months ago

Description

This PR replaces ESLint with Biome.js

Motivation and Context

ESLint configuration is currently difficult to maintain. When it comes to configuration with prettier, it is so complicated. Biome simplifies the linting and formatting toolchain.

How Has This Been Tested?

Passed all tests after fixed all lint warning and apply formatting.