082160106a
no issue - `tmp` 0.1.0 is broken but a new release isn't coming any time soon so we should ignore it for now
27 lines
524 B
JSON
27 lines
524 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:base",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools",
|
|
"@tryghost:automergeSilentTestLintNonMajor",
|
|
"@tryghost:automergePatchBranch"
|
|
],
|
|
"ignoreDeps": [
|
|
"got",
|
|
"intl-messageformat",
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"tmp",
|
|
"validator",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["test"],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": [ "metascraper" ],
|
|
"groupName": "metascraper"
|
|
}
|
|
]
|
|
}
|