summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix eslint testingMaxime Quandalle2016-07-211-2/+2
| | | | Partially reverting c8705a0
* Clean NPM scripts outputMaxime Quandalle2016-07-201-3/+3
| | | | | | | | 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.
* Fix #573Maxime Quandalle2016-07-201-0/+3
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-3/+1
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Update some meta-dataMaxime Quandalle2016-01-021-3/+3
| | | | | | New site url New contact email New year!
* Update eslint-plugin-meteor to 1.7.0Maxime Quandalle2015-10-291-1/+1
| | | | This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
* Clean the linting scriptMaxime Quandalle2015-10-291-2/+2
| | | | | | | 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 eslint-plugin-meteorDominik Ferber2015-10-271-0/+24
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.