Skip to content
New issue

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

New rule readonly-keyword, to replace readonly-interface and readonly-indexer #31

Closed
jonaskello opened this issue May 13, 2017 · 0 comments
Labels

Comments

@jonaskello
Copy link
Owner

As concluded in #10 the readonly keyword is only allowed on PropertySignature and IndexSignature nodes. So having a rule that checks those node types makes more sense than the current rules that check for the readonly keyword.

@jonaskello jonaskello changed the title New rule readonly-keyword, to replace readonly-interface and readonly-indexer New rule readonly-modifier, to replace readonly-interface and readonly-indexer May 13, 2017
@jonaskello jonaskello changed the title New rule readonly-modifier, to replace readonly-interface and readonly-indexer New rule readonly-keyword, to replace readonly-interface and readonly-indexer May 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant