- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 681
script-indent broke after updating #407
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
Comments
Using eslint v4.17.0 or v4.18.1 test.js export default {
x() {
const x = 1;
return x;
},
}; output :
|
c6d25af has introduced this issue. Rollbacking from https://github.com/vuejs/eslint-plugin-vue/blob/c6d25af2f1c02f0f1171edbacca51751f84153ee/lib/utils/indent-common.js to |
qkdreyer
referenced
this issue
Feb 25, 2018
qkdreyer
pushed a commit
to qkdreyer/eslint-plugin-vue
that referenced
this issue
Feb 25, 2018
Closed
qkdreyer
pushed a commit
to qkdreyer/eslint-plugin-vue
that referenced
this issue
Feb 25, 2018
mysticatea
added a commit
that referenced
this issue
Feb 27, 2018
michalsnik
pushed a commit
that referenced
this issue
Mar 21, 2018
This was referenced Mar 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
No errors.
What actually happened? Please include the actual, raw output from ESLint.
On the
if
line it throwsExpected indentation of 26 spaces but found 8 spaces
. Everything worked fine until today after updating the package. After downgrading to 4.2.2 the problem still exists so it's a dependency problem?The text was updated successfully, but these errors were encountered: