Sublime Forum

General help needed for some errors

#1

i am using sublime text 3 for Meteor and Angular2 applications. Whenever i type anything it does not check for any syntax error. It used to do that but now after upgrade it has stopped. Example of error:

class A implements OnInit{
sdfsfdd(){
}

Does not say that class A should implement ngOnInit method. I left an open curly brace for method - no error.

I do not remember exactly what i did when i installed ST3 initially to check all these errors. Please help.

0 Likes

#2

Sounds like you had some sort of linter plugin installed, such as SublimeLinter

0 Likes