mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
it
|
||||
} from 'ember-mocha';
|
||||
|
||||
const { run } = Ember;
|
||||
const {run} = Ember;
|
||||
|
||||
describeModel(
|
||||
'user',
|
||||
|
|
Loading…
Add table
Reference in a new issue