You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that aren't actionable. Please reach out if you have more information for us! 🙂
Thanks for awesome library 😁
I created a custom eslint rule using this package to lint json files.
I have similar code to what you have in this file lib/rules/key-name-casing.ts
return { JSONProperty(node) {
But my code doesn't recognize the node type and I need to use any.
Can you please add types ?
The text was updated successfully, but these errors were encountered: