Skip to content

Commit

Permalink
Upgrade vue-eslint-parser (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 21, 2021
1 parent 3168819 commit 24eccfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-utils": "^2.1.0",
"natural-compare": "^1.4.0",
"semver": "^7.3.2",
"vue-eslint-parser": "^7.3.0"
"vue-eslint-parser": "^7.4.1"
},
"devDependencies": {
"@types/eslint": "^7.2.0",
Expand Down
5 changes: 4 additions & 1 deletion tests/lib/rules/no-parsing-error.js
Expand Up @@ -249,7 +249,10 @@ tester.run('no-parsing-error', rule, {
filename: 'test.vue',
code: '<template><div v-for="foo">hello</div></template>',
errors: [
{ message: 'Parsing error: Unexpected end of expression.', column: 26 }
{
message: 'Parsing error: Expected to be an alias, but got empty.',
column: 23
}
]
},
{
Expand Down

0 comments on commit 24eccfb

Please sign in to comment.