c0dc381c5e
refs3f00800132
- this reverts commit384a1d0a83
. - globally ignored in the commit referenced above
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:quietJS",
|
|
"@tryghost:disableTryGhostAutomerge",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools"
|
|
],
|
|
"ignoreDeps": [
|
|
"got",
|
|
"ghost-storage-base",
|
|
"intl-messageformat",
|
|
"moment",
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["test"],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": [ "metascraper" ],
|
|
"groupName": "metascraper"
|
|
}
|
|
]
|
|
}
|