-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add biome
for lint and format CSS and JS
#76
base: development
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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