mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #6803 from ErisDS/remove-jsdoc
deps: remove jscs-jsdoc
This commit is contained in:
commit
d928cd2ec2
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