Skip to content

Commit

Permalink
update biome rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Dec 18, 2024
1 parent 8740eea commit b4ca2fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"noSvgWithoutTitle": "off", // We do not intend to adhere to this rule
"useMediaCaption": "off", // We would need a cultural change to turn this on
"noAutofocus": "off", // We're highly intentional about when we use autofocus
"noBlankTarget": "off" // Covered by Conformance
"noBlankTarget": "off", // Covered by Conformance
"useFocusableInteractive": "off", // Disable focusable interactive element requirement
"useAriaPropsForRole": "off", // Disable required ARIA attributes check
"useKeyWithClickEvents": "off" // Disable keyboard event requirement with click events
},
"complexity": {
"noUselessStringConcat": "warn", // Not in recommended ruleset, turning on manually
Expand Down

0 comments on commit b4ca2fd

Please sign in to comment.