2019-07-01 15:46:27 +03:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"@tryghost:base",
|
|
|
|
"@tryghost:groupTestLint",
|
|
|
|
"@tryghost:groupCSS",
|
|
|
|
"@tryghost:groupBuildTools",
|
2020-03-26 10:50:30 +03:00
|
|
|
"@tryghost:automergeSilentTestLintNonMajor",
|
|
|
|
"@tryghost:automergePatchBranch"
|
2019-07-01 15:46:27 +03:00
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
2020-02-25 19:43:04 +03:00
|
|
|
"got",
|
|
|
|
"intl-messageformat",
|
2019-07-04 14:56:13 +03:00
|
|
|
"moment-timezone",
|
2019-07-01 15:46:27 +03:00
|
|
|
"nodemailer",
|
2019-07-03 12:27:39 +03:00
|
|
|
"validator",
|
|
|
|
"simple-dom"
|
2019-07-01 15:46:27 +03:00
|
|
|
],
|
2020-03-30 18:26:47 +03:00
|
|
|
"ignorePaths": ["test"],
|
2020-01-16 12:50:59 +03:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packagePatterns": [ "metascraper" ],
|
|
|
|
"groupName": "metascraper"
|
|
|
|
}
|
|
|
|
]
|
2019-07-01 15:46:27 +03:00
|
|
|
}
|