Skip to content

Commit

Permalink
add bool namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout authored Dec 4, 2024
1 parent 55c7738 commit 9105434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { isDOMElementName } from "../utils";

const createRule = ESLintUtils.RuleCreator.withoutDocs;

const knownNamespaces = ["on", "oncapture", "use", "prop", "attr"];
const knownNamespaces = ["on", "oncapture", "use", "prop", "attr", "bool"];
const styleNamespaces = ["style", "class"];
const otherNamespaces = ["xmlns", "xlink"];

Expand Down

0 comments on commit 9105434

Please sign in to comment.