mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
4c9e9313d8
no issue
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:quietJS",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools"
|
|
],
|
|
"ignoreDeps": [
|
|
"got",
|
|
"ghost-storage-base",
|
|
"intl-messageformat",
|
|
"moment",
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"tmp",
|
|
"validator",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["test"],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": [ "metascraper" ],
|
|
"groupName": "metascraper"
|
|
}
|
|
]
|
|
}
|