Friday 14 April 2017

Whare to find rules for jshint in Atom text editor for angularJS (1.xx) development?

I'm new to LINTER plugins on Atom text editor. I used LINTER and ESLINT to develop react native apps few month ago. So, I used some rules to configure Atom called 'rallycoding' using npm as follows.

npm install --save-dev eslint-config-rallycoding

Then I created .eslintrc file as below:

{
"extends": "rallycoding"
}

Now I want to do same thing for Atom to develop AngularJS (1.x) apps. So I installed following plugins for Atom:

  1. jshint
  2. linter

But I don't know how to set rules appropriate to Angular. I also want to know what append with "rallycoding" in the previous case.



via LED

No comments:

Post a Comment