| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Partially reverting c8705a0
|
|
|
|
|
|
|
|
| |
I've just discovered that the reason NPM outputs a giant "npm ERR!" message
asking to contact the author of the library and suggesting that it’s most likely
“not a problem with npm itself” when I run "npm run lint" and I forgot a
semicolon is because the return code of an NPM script has to be 0. So this
commit adds "exit 0;" at the end of the NPM commands.
|
| |
|
|
|
|
| |
This commit also tweak the code style following backward-incompatible v2 rules.
|
|
|
|
|
|
| |
New site url
New contact email
New year!
|
|
|
|
| |
This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
|
|
|
|
|
|
|
| |
This also has the side effect of correcting the `npm test` Unix exit
status number -- which was previously always 0.
We also edit the website URL.
|
|
Add rules for eslint-plugin-meteor.
Use local version of eslint and eslint-plugin-meteor, instead of
relying on global versions. Ensures consistent versions of eslint and
eslint-plugin-meteor for all developers.
|