Skip to content

Commit

Permalink
Merge pull request #8 from pnodet/pnodet-1
Browse files Browse the repository at this point in the history
feat: add newly supported biome rules
  • Loading branch information
SrBrahma authored Sep 21, 2024
2 parents ca5b989 + b8378ca commit 0d916e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ module.exports = {
"jsx-a11y/html-has-lang": "off",
"jsx-a11y/iframe-has-title": "off",
"jsx-a11y/img-redundant-alt": "off",
"jsx-a11y/interactive-supports-focus": "off",
"jsx-a11y/label-has-associated-control": "off",
"jsx-a11y/lang": "off",
"jsx-a11y/media-has-caption": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
Expand Down Expand Up @@ -163,6 +165,7 @@ module.exports = {
"react-hooks/exhaustive-deps": "off",
"simple-import-sort/imports": "off",
"stylistic/jsx-self-closing-comp": "off",
"unicorn/new-for-builtins": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-instanceof-array": "off",
"unicorn/no-static-only-class": "off",
Expand Down

0 comments on commit 0d916e4

Please sign in to comment.