Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 9, 2024
1 parent 270bd9b commit 65eb887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ module.exports = {
},
rules: {
"require-jsdoc": "off",
"eslint-plugin/require-meta-docs-description": "off",
"eslint-plugin/require-meta-docs-url": "off",
"eslint-plugin/require-meta-type": "off",
"eslint-plugin/prefer-message-ids": "off",
"eslint-plugin/prefer-object-rule": "off",
"eslint-plugin/require-meta-schema": "off",
},
},
],
Expand Down

0 comments on commit 65eb887

Please sign in to comment.