Added a rule to forbid the custom theme setting image type to have a default

refs https://github.com/TryGhost/Team/issues/1108

- The default is something that the theme developpers should be coding in the template rather than using a default value
This commit is contained in:
Thibaut Patel 2021-10-19 09:41:35 +02:00
parent eb261120fa
commit 2891898f94
2 changed files with 5 additions and 5 deletions

View File

@ -128,7 +128,7 @@
"ghost-storage-base": "0.0.6",
"glob": "7.2.0",
"got": "9.6.0",
"gscan": "4.8.1",
"gscan": "4.9.0",
"html-to-text": "5.1.1",
"image-size": "1.0.0",
"intl": "1.2.5",

View File

@ -5383,10 +5383,10 @@ grunt@1.4.1:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.8.1:
version "4.8.1"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.8.1.tgz#375fcc69cb186c20e70527acb5ad94fa39672f92"
integrity sha512-7RsDjryid2waUvmkr5QO2awghGp8EUgzNf95fE8rXr9rKjDjpUrrFTrXxlKq/CiEb1ThKJre0Jm029mcTiUcbw==
gscan@4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.9.0.tgz#1e9c7aeb1cced58c5e9006b0a969908bd6395f78"
integrity sha512-4aaQ5rd3vqlqzhCSpf1EtuMqD7CA31LBjKWLqMeOzZJF4hr9Ngxayxix5tZeVT4gn2gQqPMyXhFxARc/0g1FgA==
dependencies:
"@sentry/node" "6.13.3"
"@tryghost/pretty-cli" "1.2.21"