chore: add biome for lint and format CSS and JS#76
Conversation
bb846c5 to
18514b6
Compare
bab0113 to
067bd04
Compare
|
Thanks for implementing this @ar4s! I was just playing around with it and it seems to be very performant. |
Sure :) you know better the project and features and biome's errors are convinient and readable. You can grab |
Okay, will do! |
| "linter": { | ||
| "rules": { | ||
| "style": { | ||
| "noVar": "off" |
There was a problem hiding this comment.
I set noVar to off because it was wanting any globaly declared variable to be changed to let or const, however, global variables are required in several places in this project
These are meant to be kept minified to take up less storage space when they're downloaded from the server and to reduce load time
|
@ar4s, I also set to ignore any |
README.md