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