Commit graph

17 commits

Author SHA1 Message Date
Lauri Ojansivu
c42c81b60a v0.18 Wekan release. 2017-04-02 17:04:17 +03:00
Lauri Ojansivu
feafc46bb5 Release v0.17 2017-03-25 00:20:30 +02:00
Lauri Ojansivu
24e3e92d3e Update urls and upcoming version. 2017-03-24 22:31:59 +02:00
Serubin
e088159c2f Eslint will now ignore packages directory. 2017-03-23 00:46:16 -04:00
Lauri Ojansivu
dcad6bd550 v1.11.1-rc1 Wekan prerelease. 2017-02-10 18:02:19 +02:00
Lauri Ojansivu
0065ca3ad6 Merge branch 'devel' into greenkeeper-xss-0.3.3 2017-02-10 09:54:23 +02:00
Lauri Ojansivu
0c4e332aa8 Update Wefork URLs. 2017-01-13 21:18:00 +02:00
greenkeeperio-bot
89959753cd chore(package): update xss to version 0.3.3
https://greenkeeper.io/
2016-12-20 02:19:19 +01:00
Lauri Ojansivu
fd18ca314a v0.11.0 Wekan fork first release. 2016-12-16 14:03:29 +02:00
Maxime Quandalle
301210c87b
Fix eslint testing
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Maxime Quandalle
c8705a0fdc
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.
2016-07-20 22:21:41 +02:00
Maxime Quandalle
1f3015bd2c
Fix #573 2016-07-20 22:21:41 +02:00
Maxime Quandalle
90601eacae Upgrade ESLint to v2
This commit also tweak the code style following backward-incompatible v2 rules.
2016-03-17 16:26:14 +01:00
Maxime Quandalle
272f67f0c6 Update some meta-data
New site url
New contact email
New year!
2016-01-02 17:15:19 +01:00
Maxime Quandalle
e92f67f191 Update eslint-plugin-meteor to 1.7.0
This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
2015-10-29 18:47:39 +01:00
Maxime Quandalle
dd10154392 Clean the linting script
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.
2015-10-29 01:17:23 +01:00
Dominik Ferber
3956a6ec20 Add eslint-plugin-meteor
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.
2015-10-27 17:40:38 +01:00