Ghost/core/server
Kevin Ansfield ff73f1af92 deps: grunt-jscs@2.1.0
no issue
- update grunt-jscs dependency
- fix deprecated `validateJSDoc` configuration
- fix numerous linting errors, including:
  - use of future-reserved `public` and `private` variable names
  - use of `[]` instead of dot-notation (especially `express['static']` and `cacheRules['x']`)
  - extra spaces in `const { run } = Ember` style constructs

One issue that did become apparent is that there are conflicting rules that prevent the use of object function shorthand such that both of these:

```
{ myFunc() {} }
{ myFunc () {} }
```

are called out due to either the missing or the extra space before the `(`
2015-10-12 19:21:16 +01:00
..
api deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
apps Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
config Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
controllers Fix /author/ pages crashing & permit /tag/ 2015-10-10 14:52:23 +01:00
data Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
errors Return a single 422 error for invalid values 2015-09-25 10:30:49 +01:00
events Set a higher maxListeners value 2015-10-09 19:27:49 +01:00
helpers deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
mail Mail consolidation 2015-08-20 11:36:14 +02:00
middleware deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
models Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
permissions Refactor handlePermissions 2015-08-11 16:03:57 +02:00
routes add author edit route 2015-09-23 08:33:09 -05:00
storage deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
translations foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
utils Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
views Fixup broken error page styles 2015-06-08 12:14:58 +01:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Startup message explicitly mentions production 2015-08-11 18:01:36 +01:00
i18n.js foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
index.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
update-check.js Remove forum mentions 2015-09-29 13:10:04 +02:00