Skip to content

Commit

Permalink
Disable eslint-plugin/require-meta-default-options rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Dec 19, 2024
1 parent b4523ba commit 7847e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = [
// turn off some rules from shared configs in all files
{
rules: {
'eslint-plugin/require-meta-default-options': 'off', // TODO: enable when all rules have defaultOptions

Check warning on line 48 in eslint.config.js

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment: 'TODO: enable when all rules have...'
'eslint-plugin/require-meta-docs-recommended': 'off', // use `categories` instead
'eslint-plugin/require-meta-schema-description': 'off',

Expand Down

0 comments on commit 7847e9e

Please sign in to comment.