mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +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
|
it
|
||||||
} from 'ember-mocha';
|
} from 'ember-mocha';
|
||||||
|
|
||||||
const { run } = Ember;
|
const {run} = Ember;
|
||||||
|
|
||||||
describeModel(
|
describeModel(
|
||||||
'user',
|
'user',
|
||||||
|
Loading…
Reference in New Issue
Block a user