2019-07-01 07:46:27 -05:00
|
|
|
{
|
|
|
|
"extends": [
|
2020-07-21 10:51:59 -05:00
|
|
|
"@tryghost:quietJS",
|
2021-04-01 07:07:26 -05:00
|
|
|
"@tryghost:disableTryGhostAutomerge",
|
2019-07-01 07:46:27 -05:00
|
|
|
"@tryghost:groupTestLint",
|
|
|
|
"@tryghost:groupCSS",
|
2020-07-21 10:51:59 -05:00
|
|
|
"@tryghost:groupBuildTools"
|
2019-07-01 07:46:27 -05:00
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
2020-02-25 11:43:04 -05:00
|
|
|
"got",
|
|
|
|
"intl-messageformat",
|
2020-06-11 08:22:00 -05:00
|
|
|
"moment",
|
2019-07-04 06:56:13 -05:00
|
|
|
"moment-timezone",
|
2021-11-25 05:40:23 -05:00
|
|
|
"oembed-parser",
|
2019-07-03 04:27:39 -05:00
|
|
|
"simple-dom"
|
2019-07-01 07:46:27 -05:00
|
|
|
],
|
2020-03-30 10:26:47 -05:00
|
|
|
"ignorePaths": ["test"],
|
2020-01-16 04:50:59 -05:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packagePatterns": [ "metascraper" ],
|
|
|
|
"groupName": "metascraper"
|
|
|
|
}
|
|
|
|
]
|
2019-07-01 07:46:27 -05:00
|
|
|
}
|