Skip to content

Commit

Permalink
Move unused ESLint config for internal rules to main ESLint config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Jan 5, 2025
1 parent a658749 commit 9607d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 0 additions & 14 deletions eslint-internal-rules/.eslintrc.json

This file was deleted.

4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ module.exports = [
{
files: ['eslint-internal-rules/*.js'],
rules: {
'eslint-plugin/require-meta-docs-url': 'off'
'eslint-plugin/require-meta-docs-url': 'off',
'internal/no-invalid-meta': 'error',
'internal/no-invalid-meta-docs-categories': 'error'
}
},
{
Expand Down

0 comments on commit 9607d8e

Please sign in to comment.