Skip to content

Conversation

@tanchu
Copy link

@tanchu tanchu commented Sep 2, 2024

There was no way to use this plugin without schema with eslint flat config.

@tanchu tanchu force-pushed the fix/flat-config-compability branch from 8f878c5 to 76c717f Compare September 2, 2024 12:49
@tanchu tanchu force-pushed the fix/flat-config-compability branch from 76c717f to 537cf28 Compare September 2, 2024 12:59
@edumserrano
Copy link

@dolsem any chance of getting this merged and publishing a new version? Would love to be able to use this plugin with eslint flat config.

@soryboums
Copy link

@dolsem Could you please check on this PR and merge it ? It will be great to use this on flat config mode

@fatihky
Copy link

fatihky commented Jun 10, 2025

Anyone waiting for this pr to be merged, here is my fork: @maintained/eslint-plugin-filename-rules

It has typescript support and drop-in replacement to this plugin.

Great work, @tanchu 💯

Hi @edumserrano, @soryboums; if you wish, you might checkout my fork :)

@nnamua
Copy link

nnamua commented Jul 21, 2025

As a workaround, you can also do the following:

import filenamesPlugin from 'eslint-plugin-filename-rules';
filenamesPlugin.rules.match.meta.schema = false;

...

Taken from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants