Ghost/core/server/api
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
..
authentication.js Don't return from sending welcome mail 2015-08-25 09:08:11 +01:00
clients.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
configuration.js finish up password protection 2015-05-12 12:02:18 -06:00
db.js Refactor importer with tests 2014-12-17 18:22:39 +00:00
index.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
mail.js Mail consolidation 2015-08-20 11:36:14 +02:00
notifications.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
posts.js Merge pull request #5655 from sebgie/extract-permissions 2015-08-11 19:32:20 +01:00
roles.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
settings.js Make the {{navigation}} helper global 2015-02-28 12:53:00 +00:00
slugs.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
tags.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
themes.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
upload.js Add support for zip import 2014-12-10 20:21:06 +00:00
users.js Don't alter password from User.edit endpoint 2015-09-23 23:07:49 +01:00
utils.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00