Sublime Forum

Unwanted underlines in Vue components

#1

Every time I open a .vue file, after a few seconds blue squiggly lines start appearing everywhere. When hovering over the code, messages are displayed indicating syntax errors. My syntax is correct, so these errors make no sense, and even if there were errors, I never indicated I want to underline them.

My installed packages are:

  • Babel
  • Color Highlighter
  • CSS Extended Completions
  • DocBlockr
  • EditorConfig
  • Emmet
  • HTML-CSS-JS Prettify
  • JSX
  • Laravel Blade Highlighter
  • MJML-syntax
  • Package Control
  • PHP Companion
  • PHP Getters and Setters
  • Predawn
  • Predawn Monokai
  • Pretty JSON
  • PyV8
  • React IDE
  • Sass
  • SideBarEnhancements
  • Stylus
  • SublimeLinter
  • SublimeLinter-eslint
  • Swift
  • TypeScript
  • VAlign
  • Vue Syntax Highlight

I tried uninstalling Vue Syntax Highlight, SublimeLinter and SublimeLinter-eslint, but that didn’t help.

Does anyone know if there’s some setting or package that causes this?

Thanks!

0 Likes

#2
0 Likes

#3

Perfect, thanks! Didn’t find that thread before.

0 Likes

#4

Hey all, sorry about this. The TL;DR is that this is fixed in the TypeScript plugin, but you can read up my response at How to disable the spell/syntax/error checker red underlines?.

2 Likes