We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1254232 commit 240f1b4Copy full SHA for 240f1b4
packages/eslint-plugin/src/index.ts
@@ -16,7 +16,6 @@ export = {
16
'@docusaurus/string-literal-i18n-messages': 'error',
17
'@docusaurus/no-html-links': 'warn',
18
'@docusaurus/prefer-docusaurus-heading': 'warn',
19
- '@docusaurus/prefer-ideal-image': 0,
20
},
21
22
all: {
@@ -26,7 +25,7 @@ export = {
26
25
'@docusaurus/no-untranslated-text': 'warn',
27
28
29
+ '@docusaurus/prefer-ideal-image': 'warn',
30
31
32
0 commit comments