We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to replace the string https://github.com/sindresorhus/awesome-lint/blob/main/rules/list-item.js#L57
toString(node) === 'Contents'
to something like this
customRules.nodeEquals('contents', toString(node))
because my node equals Содержание. I maintain the list in another language.
Содержание
So my question. How can I extend the rules? Should we expect some configuration file or something like that?
The text was updated successfully, but these errors were encountered:
You cannot really extend rules at that level, but there could be a rule option for what text to match against.
Sorry, something went wrong.
OK. At now I don't see an effective rule. I need to learn the code for a good idea and PR.
No branches or pull requests
I need to replace the string
https://github.com/sindresorhus/awesome-lint/blob/main/rules/list-item.js#L57
to something like this
because my node equals
Содержание
. I maintain the list in another language.So my question. How can I extend the rules? Should we expect some configuration file or something like that?
The text was updated successfully, but these errors were encountered: