I have seen that the official GitHub repo contains an .eslintignore file. Is there any chance that there is an officially sanctioned .eslintrc as well that we could use to check whether code matches the MDG style guide? I know there is a .jshintrc available on Github at https://github.com/raix/Meteor-jshintrc
Anyway - the presence of .eslintignore has given me hope that there may be an official linting config available. Am I lucky?
I’ve been working on it very intermittently. It’s very hard to match up the Meteor style guides with a set of linter rules, so at this point I have turned off pretty much everything. I would love to have a linter that works for the Meteor framework itself as well as Meteor apps. If I event finish, I’ll add some instructions to the readme about running the linter.
I highly recommend to start with the Airbnb Style Guide https://github.com/airbnb/javascript. It has good recommendations if you use ES2015 and also a ESLint configuration.