Skip to content

Parsing error: Cannot read property 'startOffset' of null #55

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
biehu opened this issue Jun 27, 2017 · 1 comment · Fixed by #57
Closed

Parsing error: Cannot read property 'startOffset' of null #55

biehu opened this issue Jun 27, 2017 · 1 comment · Fixed by #57

Comments

@biehu
Copy link

biehu commented Jun 27, 2017

Tell us about your environment

  • **ESLint Version:4.1.1
  • **eslint-plugin-vue Version:3.2.0
  • **Node Version:6.10.2

Please show your full configuration:


'env': {
        'browser': true
    },
    'extends': [
        'plugin:vue/base'
    ],


What did you do? Please include the actual source code causing the issue.

<table>
  <tr>
    <td>

	{{message}}		
   </td>			
  </tr>
</table>


What did you expect to happen?
tbody ?

What actually happened? Please include the actual, raw output from ESLint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants