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.
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.