mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
deps: remove jscs-jsdoc
- jscs-jsdoc is now part of jsdoc itself, and the additional plugin is no longer required
This commit is contained in:
parent
2744fed5d8
commit
5101913db1
2 changed files with 1 additions and 6 deletions
3
.jscsrc
3
.jscsrc
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"plugins": [
|
||||
"jscs-jsdoc"
|
||||
],
|
||||
"additionalRules": [ "core/test/utils/jscs-rules/*.js" ],
|
||||
"requireCurlyBraces": [
|
||||
"if",
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
"grunt-shell": "1.3.0",
|
||||
"grunt-update-submodules": "0.4.1",
|
||||
"istanbul": "0.4.3",
|
||||
"jscs-jsdoc": "1.3.2",
|
||||
"matchdep": "1.0.1",
|
||||
"mocha": "2.4.5",
|
||||
"nock": "8.0.0",
|
||||
|
@ -113,8 +112,7 @@
|
|||
"mysql",
|
||||
"nodemailer",
|
||||
"pg",
|
||||
"showdown-ghost",
|
||||
"jscs-jsdoc"
|
||||
"showdown-ghost"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue