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
Add retext-case-police to list of plugins retextjs/retext#78 (comment)
retext-case-police
case-police
node[0]
node[0].children[0]
if (nodes[0].type === 'WordNode') makes ESLint happy (no behavior change)
if (nodes[0].type === 'WordNode')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refs
Add
retext-case-police
to list of plugins retextjs/retext#78 (comment)Add
retext-case-police
to list of plugins retextjs/retext#78 (comment)Summary
case-police
(usingnode[0]
instead ofnode[0].children[0]
Notes
if (nodes[0].type === 'WordNode')
makes ESLint happy (no behavior change)The text was updated successfully, but these errors were encountered: