-
-
Notifications
You must be signed in to change notification settings - Fork 697
Add vue/require-typed-object-prop rule
#1983
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
Add vue/require-typed-object-prop rule
#1983
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
8acfba0 to
9a5320b
Compare
6857256 to
681608f
Compare
bd88c1f to
bfa7a9f
Compare
|
@FloEdelmann sorry for the delay, life happened. I can not fix lint error I didn't change this file, also I didn't add any todo comments and the branch is synced with the master branch. Can you help me with that |
|
No worries. The warning you mentioned is not failing the lint task, but rather the Markdownlint error below: |
force-types-on-object-props rule
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
fe9a4f0 to
9161964
Compare
3dd381f to
120a7a8
Compare
120a7a8 to
534a2f6
Compare
force-types-on-object-props rulevue/require-type-on-object-prop rule
vue/require-type-on-object-prop rulevue/require-typed-object-prop rule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've simplified and updated the code quite a bit now.
@przemyslawjanpietrzak Could you please check whether it is fine from your side? See https://deploy-preview-1983--eslint-plugin-vue.netlify.app/rules/require-typed-object-prop.html for a preview deployment.
From my side, this would be good to go now.
|
@FloEdelmann yes, looks great :) |
ota-meshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this rule! Sorry for the late reply. I am busy with office work.
LGTM!
No description provided.