mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Fix "Unsupported rule: jsDoc" when linting
no issue - add missing jscs-jsdoc dependency and specify plugin in .jscsrc - fix linting issue in user-test.js
This commit is contained in:
parent
2d60ece7e7
commit
52f3d9b70e
@ -4,7 +4,7 @@ import {
|
||||
it
|
||||
} from 'ember-mocha';
|
||||
|
||||
const { run } = Ember;
|
||||
const {run} = Ember;
|
||||
|
||||
describeModel(
|
||||
'user',
|
||||
|
Loading…
Reference in New Issue
Block a user