Ghost/ghost/admin/tests
Kevin Ansfield 343b2ccbca 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
..
acceptance/settings deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
helpers upgrade ember-cli to 1.13.0 and ember-cli-mocha to 0.9.3 2015-09-21 14:55:59 +01:00
integration/components deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
unit deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
.jshintrc Fix unsaved nav settings persisting across transitions 2015-10-07 15:57:14 +01:00
index.html Fix unsaved nav settings persisting across transitions 2015-10-07 15:57:14 +01:00
test-helper.js Set up tests for ember-cli 2015-03-11 12:37:41 -06:00