Skip to content

chore(eslint): enforce Vue lint rules - #13511

Closed
CipherZ3r0 wants to merge 1 commit into
internetarchive:masterfrom
CipherZ3r0:13510/fix/eslint-vue-rules-errors
Closed

chore(eslint): enforce Vue lint rules#13511
CipherZ3r0 wants to merge 1 commit into
internetarchive:masterfrom
CipherZ3r0:13510/fix/eslint-vue-rules-errors

Conversation

@CipherZ3r0

Copy link
Copy Markdown
Contributor

Closes #13510

fix

Technical

Promotes five Vue ESLint rules from warn to error in eslint.config.cjs:

  • vue/require-prop-types
  • vue/require-explicit-emits
  • vue/require-default-prop
  • vue/no-v-html
  • vue/no-template-shadow

Testing

  • npx eslint . → exit 0, no output (0 errors, 0 warnings)
  • npm run lint → both lint:js and lint:css exited 0 (0 errors, 0 warnings)
  • No inline eslint-disable comments were added.

Stakeholders

@RayBB

@github-project-automation github-project-automation Bot moved this to Waiting Review/Merge from Staff in Ray's Project Sep 1, 2026
@RayBB

RayBB commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Thanks for opening the pull request. Since the person who commented earlier also opened a pull request around the same time I merged theirs in, in the future please try to comment on the pull request as specified. I’d, but I appreciate your contribution and I hope you can work on some more things.

@RayBB RayBB closed this Sep 1, 2026
@github-project-automation github-project-automation Bot moved this from Waiting Review/Merge from Staff to Done in Ray's Project Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Promote remaining Vue lint warnings to errors now that the codebase is clean

2 participants