biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

Home Page:https://biomejs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“Ž Migrate from `stylelint`

anonrig opened this issue Β· comments

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.

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

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