Skip to content

Commit

Permalink
Fix: ignore PUG (fixes #165) (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Sep 14, 2017
1 parent 827aaf9 commit e8331b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"requireindex": "^1.1.0",
"vue-eslint-parser": "^2.0.1-beta.0"
"vue-eslint-parser": "^2.0.1-beta.1"
},
"devDependencies": {
"@types/node": "^4.2.16",
Expand Down
4 changes: 4 additions & 0 deletions tests/lib/rules/valid-template-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ tester.run('valid-template-root', rule, {
{
filename: 'test.vue',
code: '<template><table><custom-thead></custom-thead></table></template>'
},
{
filename: 'test.vue',
code: '<template lang="pug">test</template>'
}
],
invalid: [
Expand Down

0 comments on commit e8331b1

Please sign in to comment.