~ondrak/ondras-snaps/+git/wekan:greenkeeper-eslint-3.2.2

Last commit made on 2016-08-01
Get this branch:
git clone -b greenkeeper-eslint-3.2.2 https://git.launchpad.net/~ondrak/ondras-snaps/+git/wekan

Branch merges

Branch information

Name:
greenkeeper-eslint-3.2.2
Repository:
lp:~ondrak/ondras-snaps/+git/wekan

Recent commits

9bf4fff... by greenkeeperio-bot <email address hidden>

chore(package): update eslint to version 3.2.2

https://greenkeeper.io/

301210c... by Maxime Quandalle <email address hidden>

Fix eslint testing

Partially reverting c8705a0

dd95f0b... by Maxime Quandalle <email address hidden>

Release 0.11.0-rc2

77069a3... by Maxime Quandalle <email address hidden>

Fix undefined variables errors

3643bd4... by Drew Fisher

Fix bug where you get a "null" option in @-mention autocomplete (#649)

4d0e4ce... by AlexanderS

models: Remove wrong line (fix #650) (#651)

8dc35d6... by Maxime Quandalle <email address hidden>

Release 0.11.0-rc1

79cc355... by Maxime Quandalle <email address hidden>

Pull translations from Transifex

As suggested in #604 there might be some language unnecessary redundancy, for
instance between 'es' (Spanish) and 'es-ES' (Spain's Spanish), but we'll figure
that out during the release candidate phase.

3ecdeb6... by Maxime Quandalle <email address hidden>

Complete the release notes

c8705a0... by Maxime Quandalle <email address hidden>

Clean NPM scripts output

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.