Andrea Pontrandolfo
Andrea Pontrandolfo
I'm importing your plugin in my sharable config and typescript complains that it cannot find the types declaration. Of course i just "silence" it with `declare module 'eslint-plugin-paths';` but it...
Also, i'm sorry to report that it's not working for me. Used it like this (in flat config): ``` import paths from 'eslint-plugin-paths'; export default [ { plugins: { paths...
This is actually a HUGE issue because now the new "Flat Config" format (the `eslint.config.js`) is the default in ESLint (and ALL the other formats are now deprecated, they just...
You mean [this](https://eslint.org/docs/latest/integrate/nodejs-api#loadeslint)? I guess everything can be found [here](https://eslint.org/docs/latest/integrate/nodejs-api).
Also wanted to report this. Region naming abbreviation doesn't work at all.