yauh / meteor-with-style

Repository to showcase using different linters with the Meteor platform
36 stars 8 forks source link

Could I fix eslint? #4

Open thearabbit opened 8 years ago

thearabbit commented 8 years ago

I would like to fix, have any solutions?

yauh commented 8 years ago

I am not sure what you intend to do?!

thearabbit commented 8 years ago

Thanks for your reply. I would like to use meteor with atom (come from WebStorm). So, I don't understand to use linter to check any error and use fix/format. In this I see many packages such as

  1. jslint, jshint, jscs, eslint.. for check error
  2. editorconfig, esformat, jsformat, jsbeaufify for fix/format Should I use all or choose one? If one, should I choose pare of these? Ex: eslint + jsbeaufiy. When I tried and then I copy config file in this package .eslintrc to my project, it show any error.

(sorry my English not good)