Angular 2 Style Guide Helper in Atom — Missing Feature

410 Views Asked by At

My supervisor has Atom with eight plugins for Angular. I have the same eight plugins installed. But I'm missing a feature that he has, and we're not sure what plugin or preferences will provide the feature. It is to do with the Angular 2 Style Guide. It provides information of code that doesn't meet the style guidelines.

You can see the warnings in this screenshot of the lower right of his IDE window:

enter image description here

Looking at the same file in my IDE, I see no warnings:

enter image description here

The plugins he and I have installed when I search for 'angular' are:

angular-2-typescript-snippets, angular-bootstrap, angular2-snippets, angular2-snippets-atom, angularjs, angular-helper, angularjs-snippets, angularjs-styleguide-snippets

One thing that may be different for us is that he is on a Linux system, and I am on Mac OS.

I need this feature. Can someone please help me figure out how to bring it to Atom for me?

1

There are 1 best solutions below

0
On BEST ANSWER

From the comments, as requested:

The warning message is produced by tslint. The corresponding package that adds support for Atom is linter-tslint which can be found under the following link: https://atom.io/packages/linter-tslint