We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fa846 commit 137a3e9Copy full SHA for 137a3e9
eslint.config.js
@@ -41,6 +41,7 @@ module.exports = [
41
plugins: eslintPluginConfig.plugins,
42
rules: {
43
...eslintPluginConfig.rules,
44
+ 'eslint-plugin/no-meta-schema-default': 'off', // TODO: enable once https://github.com/bmish/eslint-doc-generator/issues/513 is fixed and released
45
'eslint-plugin/report-message-format': ['error', '^[^a-z].*.$'],
46
'eslint-plugin/require-meta-docs-url': [
47
'error',
0 commit comments