Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Re-Enable Broken Lints #29

Open
2 of 3 tasks
BD103 opened this issue Jul 24, 2023 · 0 comments
Open
2 of 3 tasks

Re-Enable Broken Lints #29

BD103 opened this issue Jul 24, 2023 · 0 comments
Labels
d-medium Medium difficulty p-low Low priority t-lint A lint issue

Comments

@BD103
Copy link
Member

BD103 commented Jul 24, 2023

  • vue/singleline-html-element-content-newline only for <NuxtLink />
  • vue/no-parsing-error for component props named default (ebb20a4)
  • func-call-spacing for buggy lint of defineEmits

Reservoir/.eslintrc

Lines 24 to 31 in 2c416bf

// TODO: Only disable for `<NuxtLink />`
"vue/singleline-html-element-content-newline": ["off"],
// TODO: Fix `default` prop usage
"vue/no-parsing-error": ["off"],
// TODO: Fix rule in typescript generics
"func-call-spacing": ["off"]

@BD103 BD103 added p-low Low priority d-medium Medium difficulty t-lint A lint issue labels Jul 24, 2023
BD103 added a commit that referenced this issue Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
d-medium Medium difficulty p-low Low priority t-lint A lint issue
Projects
None yet
Development

No branches or pull requests

1 participant