7f1d3ebc07
- move all test files from core/test to test/ - updated all imports and other references - all code inside of core/ is then application code - tests are correctly at the root level - consistent with other repos/projects Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:base",
|
|
"@tryghost:groupTestLint",
|
|
"@tryghost:groupCSS",
|
|
"@tryghost:groupBuildTools",
|
|
"@tryghost:automergeSilentTestLintNonMajor",
|
|
"@tryghost:automergePatchBranch"
|
|
],
|
|
"ignoreDeps": [
|
|
"got",
|
|
"intl-messageformat",
|
|
"moment-timezone",
|
|
"nodemailer",
|
|
"validator",
|
|
"simple-dom"
|
|
],
|
|
"ignorePaths": ["test"],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": [ "metascraper" ],
|
|
"groupName": "metascraper"
|
|
}
|
|
]
|
|
}
|