-
Notifications
You must be signed in to change notification settings - Fork 61
New: Add rule explicit-member-accessibility #4
Conversation
Thanks so much @dannyfritz, it's fantastic to have another contributor already! @nzakas I do not have the right to create a travis job for this repo, please could you do it in the same way we have for typescript-eslint-parser to save us having to manually run the tests for contributor PRs? A few thoughts on the PR:
Thanks again, Danny! |
I have a question for someone more knowledgeable: It doesn't seem |
@dannyfritz feel free to open an issue with checkboxes for all the TSLint rules. wrt to your AST question, if something is missing from the AST, the right place to discuss that is on the |
@JamesHenry just setup Travis. I'm not sure why you couldn't, but I'll double-check. And yeah, let's stick with the ESLint conventions for commit messages because that will let us use the same release tool. |
7b79af4
to
ba4a9ed
Compare
Renamed Followed ESLint's contributing guidelines. |
ba4a9ed
to
ca8a075
Compare
… public, private, protected, and static. (refs bradzacher#4)
ca8a075
to
5919570
Compare
… public, private, protected, and static. (refs bradzacher#4)
Code looks good overall (I'm fixing Travis right now). I wonder if we can come up with a better rule name, though. |
5919570
to
8243a0e
Compare
…such as public, private, and protected. (refs bradzacher#4)
Renamed to |
8243a0e
to
04e9df6
Compare
…such as public, private, and protected. (refs bradzacher#4)
@dannyfritz @nzakas how do you feel about My reasoning:
|
Just to chime in as an outsider excitedly watching the progress going on here (fantastic work all of you!)... I agree with @JamesHenry on the naming. Not precious about which but the shortness of |
Yeah, I like |
…y modifiers such as public, private, and protected. (refs bradzacher#4)
04e9df6
to
bd234a8
Compare
Renamed to |
Cool! I'll publish a new release momentarily. |
Rule based off of TSLint's member-access rule