David Stack
David Stack
Fix: Use ESLint version 8.57 or later and `eslint.useFlatConfig` instead warning. `experimental` is not needed in the version of `eslint` that `nuxt-posthog` uses (^9.29.0). Gets rid of the squiggle: 
Resolves #87
It'd be nice to have this module disabled by default during dev to prevent junk data showing up in Posthog. Thinking something like `disabled: import.meta.env.NODE_ENV === 'development',` [here](https://github.com/mitjans/nuxt-posthog/blob/c1eb9160abb7797f35e832fee10d0868c4f4dbca/src/module.ts#L85) could do...
The old one still works for now (it's changed to the new syntax on save). This is PR uses the new syntax. See: https://geminicli.com/docs/get-started/configuration/#available-settings-in-settingsjson#:~:text=context.fileName