Matija Marohnić
Matija Marohnić
I have two flickities, both have `wrapAround: true`, but the other one which moves automatically is rewinding at the end instead of continuing. [Here](http://codepen.io/silvenon/pen/XbwPyy)'s modified version of your `asNavFor` demo.
This will mostly be a result of an unexpected ESLint config, but will represent an additional hurdle for anyone using your great CLI utility who's migrating to the flat config...
### Environment Node version: v20.13.1 npm version: v10.5.2 Local ESLint version: v9.2.0 (Currently used) Global ESLint version: Not found Operating System: darwin 23.5.0 ### What parser are you using? Default...
Thanks su much for building an extension for Biome ❤️ That's really awesome of you, both Biome and Zed are so new, I didn't expect an extension would even exist!...
I would like to work on autofixing the `extensions` rule, would you be open for that? Removing the extension is not a problem, but adding one is tricky, because we...
What do you think of making Prettier and Biome optional dependencies, and conditionally importing whichever one is selected as the formatter? That way people get to install Prettier or Biome...
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
### Link to the code that reproduces this issue https://github.com/silvenon/repro/tree/nextjs-v15-eslint-v8 ### To Reproduce 1. create an app using `npx create-next-app@latest` 2. ensure that ESLint is set to "Yes" ### Current...