MCPcopy Create free account
hub / github.com/TanStack/devtools / isDisabled

Function isDisabled

packages/devtools-a11y/src/core/components/Settings.tsx:148–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 <For each={filteredRules()}>
147 {(rule, idx) => {
148 const isDisabled = () => disabledRulesSet().has(rule.id)
149 const isBestPracticeOnly = () =>
150 rule.tags.includes('best-practice') &&
151 !rule.tags.some(

Callers 1

A11ySettingsOverlayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected