fityannugroho / idn-area

API that provides information about Indonesia administrative area, based on the latest official data 🇮🇩
https://idn-area.up.railway.app
MIT License
102 stars 15 forks source link

Refactor: replace ESLint and Prettier with Biome #440

Closed fityannugroho closed 1 week ago

fityannugroho commented 1 week ago

PR Checklist

Please check if your PR fulfills the following requirements:

Put [x] to check

PR Type

What kind of change does this PR introduce?

Please check any kind of changes that applies to this PR using [x]

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: N/A

What is the new behavior?

This pull request includes several changes focused on migrating from ESLint and Prettier to Biome for linting and formatting. The most important changes include the removal of ESLint and Prettier configurations, the addition of Biome configuration, and updates to the package.json to reflect these changes.

Migration to Biome:

Updates to package.json:

Minor formatting changes:

Other information

This PR makes almost no changes to any existing styling rules.