added schema description of a rule’s options#21
Open
tanchu wants to merge 1 commit intodolsem:masterfrom
Open
Conversation
8f878c5 to
76c717f
Compare
76c717f to
537cf28
Compare
|
@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. |
|
@dolsem Could you please check on this PR and merge it ? It will be great to use this on flat config mode |
|
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 :) |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There was no way to use this plugin without schema with eslint flat config.