Hi It seems your plugin doesn't support `defineConfig`: ```tsx import { defineConfig } from 'eslint/config'; ``` Which is the new recommended way to build your ESLint configuration but is nowhere mentioned in your README.md When I try it, with your plugin, there are plenty of TS errors. Wondering if you know about it and are working on it? Thanks