2019-07-01 15:46:27 +03:00
|
|
|
{
|
|
|
|
"extends": [
|
2020-07-21 18:51:59 +03:00
|
|
|
"@tryghost:quietJS",
|
2021-04-01 15:07:26 +03:00
|
|
|
"@tryghost:disableTryGhostAutomerge",
|
2019-07-01 15:46:27 +03:00
|
|
|
"@tryghost:groupTestLint",
|
|
|
|
"@tryghost:groupCSS",
|
2020-07-21 18:51:59 +03:00
|
|
|
"@tryghost:groupBuildTools"
|
2019-07-01 15:46:27 +03:00
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
2020-02-25 19:43:04 +03:00
|
|
|
"got",
|
|
|
|
"intl-messageformat",
|
2020-06-11 16:22:00 +03:00
|
|
|
"moment",
|
2019-07-04 14:56:13 +03:00
|
|
|
"moment-timezone",
|
2021-11-25 13:40:23 +03:00
|
|
|
"oembed-parser",
|
2019-07-03 12:27:39 +03:00
|
|
|
"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
|
|
|
}
|