itsjavi / storylite

[Experimental] Lightweight alternative to StoryBook for React, built on top of Vite⚡️, compatible with CSF 3.0
http://itsjavi.com/storylite/
MIT License
112 stars 0 forks source link

[feat] replace eslint & prettier with biome #77

Closed jrson83 closed 1 year ago

jrson83 commented 1 year ago

Description

Replace eslint & prettier with biome.

Additional context

@itsjavi can you please take care of this task, before I create a draft PR:

Current limitations

Since currently the biome extends option is not extending, it is not possible to share multiple configuration files.

itsjavi commented 1 year ago

@jrson83 done, I extracted all configs from r1stack/coding-style and removed the dependency.

jrson83 commented 1 year ago

merged