mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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" ],
|
"additionalRules": [ "core/test/utils/jscs-rules/*.js" ],
|
||||||
"requireCurlyBraces": [
|
"requireCurlyBraces": [
|
||||||
"if",
|
"if",
|
||||||
|
|
|
@ -93,7 +93,6 @@
|
||||||
"grunt-shell": "1.3.0",
|
"grunt-shell": "1.3.0",
|
||||||
"grunt-update-submodules": "0.4.1",
|
"grunt-update-submodules": "0.4.1",
|
||||||
"istanbul": "0.4.3",
|
"istanbul": "0.4.3",
|
||||||
"jscs-jsdoc": "1.3.2",
|
|
||||||
"matchdep": "1.0.1",
|
"matchdep": "1.0.1",
|
||||||
"mocha": "2.4.5",
|
"mocha": "2.4.5",
|
||||||
"nock": "8.0.0",
|
"nock": "8.0.0",
|
||||||
|
@ -113,8 +112,7 @@
|
||||||
"mysql",
|
"mysql",
|
||||||
"nodemailer",
|
"nodemailer",
|
||||||
"pg",
|
"pg",
|
||||||
"showdown-ghost",
|
"showdown-ghost"
|
||||||
"jscs-jsdoc"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue