summaryrefslogtreecommitdiffstats
path: root/client/config/blazeHelpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettier & eslint project style updateJustin Reynolds2019-06-281-1/+1
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-0/+11
|
* No need for Array.prototype if using rest operatorIvan Radeljic2017-03-161-3/+1
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-0/+4
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Partially revert aae5030Maxime Quandalle2015-12-241-1/+1
| | | | | | | As discussed in #370 and announced in the official Eslint-meteor plugin repository (https://github.com/dferber90/eslint-plugin-meteor), it is recommended to not use this plugin anymore has the author has it is currently broken and the author has abandoned it.
* Translate the label colorsMaxime Quandalle2015-10-151-0/+4
|
* Fix some dead linksMaxime Quandalle2015-09-061-38/+0
| | | | | | | | | | This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-4/+44
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* More explicit file namesMaxime Quandalle2015-08-281-0/+13