Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0bbf368

Browse files
mysticateamichalsnik
authored andcommitted
Fix: upgrade vue-eslint-parser (fixes #51, fixes #52, fixes #55) (#57)
1 parent 473fd2b commit 0bbf368

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

‎package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"requireindex": "^1.1.0",
48-
"vue-eslint-parser": "^1.1.0-6"
48+
"vue-eslint-parser": "^1.1.0-7"
4949
},
5050
"devDependencies": {
5151
"@types/node": "^4.2.6",

‎tests/lib/rules/no-parsing-error.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ tester.run('no-parsing-error', rule, {
3434
{
3535
filename: 'test.vue',
3636
code: '<template>{{a + b + c}}</template>'
37+
},
38+
{
39+
filename: 'test.vue',
40+
code: '<template><svg class="icon"><use xlink:href="#chevron"></use></svg></template>'
41+
},
42+
{
43+
filename: 'test.vue',
44+
code: '<template><svg viewBox="0 0 40 40"></svg></template>'
45+
},
46+
{
47+
filename: 'test.vue',
48+
code: '<table><tr><td></td></tr></table>'
3749
}
3850
],
3951
invalid: [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /