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 a658749 commit 9607d8eCopy full SHA for 9607d8e
eslint-internal-rules/.eslintrc.json
eslint.config.js
@@ -231,7 +231,9 @@ module.exports = [
231
{
232
files: ['eslint-internal-rules/*.js'],
233
rules: {
234
- 'eslint-plugin/require-meta-docs-url': 'off'
+ 'eslint-plugin/require-meta-docs-url': 'off',
235
+ 'internal/no-invalid-meta': 'error',
236
+ 'internal/no-invalid-meta-docs-categories': 'error'
237
}
238
},
239
0 commit comments