mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
Merge pull request #5950 from kevinansfield/fix-jscs
Fix "Unsupported rule: jsDoc" when linting
This commit is contained in:
commit
a28029afad
3
.jscsrc
3
.jscsrc
@ -1,4 +1,7 @@
|
||||
{
|
||||
"plugins": [
|
||||
"jscs-jsdoc"
|
||||
],
|
||||
"additionalRules": [ "core/test/utils/jscs-rules/*.js" ],
|
||||
"requireCurlyBraces": [
|
||||
"if",
|
||||
|
@ -4,7 +4,7 @@ import {
|
||||
it
|
||||
} from 'ember-mocha';
|
||||
|
||||
const { run } = Ember;
|
||||
const {run} = Ember;
|
||||
|
||||
describeModel(
|
||||
'user',
|
||||
|
@ -87,6 +87,7 @@
|
||||
"grunt-mocha-istanbul": "2.4.0",
|
||||
"grunt-shell": "1.1.2",
|
||||
"grunt-update-submodules": "0.4.1",
|
||||
"jscs-jsdoc": "1.2.0",
|
||||
"matchdep": "0.3.0",
|
||||
"nock": "2.3.0",
|
||||
"rewire": "2.3.3",
|
||||
|
Loading…
Reference in New Issue
Block a user