Code linting and formatting
Implement various things to the repository to allow the code to be automatically linted and formatted
@ar4s are you actively working on biome implementation? If not can I take this one? @nfoert any pointers on some of the things you want me to focus on here?
Yes and change a scope of my (PR)[https://github.com/nfoert/cardie/pull/76] - I am not able to fix all errors :( I fixed only JS files in global directory. Futhermore, thanks to index.css I found the bug in biome itself (it not recognize scroll-snap-points-y property) :) so I excluded all CSS files at this moment.
@nfoert I would be very happy if you could test the following pull request and eventually merge it into development.
@mSaurabh I would appreciate if you able to fix another module. In biome.json at files.include you can add another module to check.
I found the bug in biome itself (it not recognize scroll-snap-points-y property)
That's interesting, is that something that is reported somewhere and will be fixed eventually? Checking the biome repo for related issues yielded no results
I would be very happy if you could test the following pull request and eventually merge it into development.
I just tested it out and left a comment on #76! I think it may be wise to wait until we can format all of the JavaScript files before merging the PR
That's interesting, is that something that is reported somewhere and will be fixed eventually? Checking the biome repo for related issues yielded no results
I will create an issue in biome afer I double check this but in 99,9% is a bug because biome uses database from known-css-properties but it is not synchronize automatically.
I just tested it out and left a comment on https://github.com/nfoert/cardie/pull/76! I think it may be wise to wait until we can format all of the JavaScript files before merging the PR
We can wait for resolve this problem on the biome side and wait for official release.