mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 11:30:55 +03:00
ff73f1af92
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 `(` |
||
---|---|---|
.. | ||
api-error-handlers.js | ||
auth-strategies.js | ||
authenticate.js | ||
cache-control.js | ||
check-ssl.js | ||
client-auth.js | ||
decide-is-admin.js | ||
ghost-busboy.js | ||
index.js | ||
oauth.js | ||
private-blogging.js | ||
redirect-to-setup.js | ||
serve-shared-file.js | ||
spam-prevention.js | ||
static-theme.js | ||
theme-handler.js | ||
uncapitalise.js |