biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
14.46k stars 449 forks source link

📎 Migrate from `stylelint` #3094

Open anonrig opened 3 months ago

anonrig commented 3 months ago

Description

Similar to migrate from eslint / prettier we can have an option to migrate from style lint, by parsing and analyzing stylelint.config.js file.

ematipico commented 3 months ago

@anonrig if you don't plan to work on that, please add the help wanted label, otherwise people don't know who is going to work on this task.

Also, I don't think we should work on this until we have rules that are stable.

Conaclos commented 3 months ago

Implementing this should not be too difficult, as most of the hard work has been done for ESLint.