8000 Do not indentation on the contents of `<textarea>` · Issue #677 · vuejs/eslint-plugin-vue · GitHub
[go: up one dir, main page]

Skip to content

Do not indentation on the contents of <textarea> #677

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

Closed
ota-meshi opened this issue Nov 24, 2018 · 0 comments
Closed

Do not indentation on the contents of <textarea> #677

ota-meshi opened this issue Nov 24, 2018 · 0 comments
Assignees

Comments

@ota-meshi
Copy link
Member
ota-meshi commented Nov 24, 2018

Tell us about your environment

  • ESLint version: 5.2.0
  • eslint-plugin-vue version: 5.0.0-beta.5
  • Node version: v10.13.0

Please show your full configuration:

{
  "rules": {
    "vue/html-indent": "error"
  }
}

What did you do?

<template>
  <textarea>
a
b</textarea>
</template>

What did you expect to happen?

Do not report indentation errors on the contents of <textarea>.

What actually happened?

Expected indentation of 4 spaces but found 0 spaces. [vue/html-indent] (3, 1)
Expected indentation of 4 spaces but found 0 spaces. [vue/html-indent] (4, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0