Skip to content

Commit

Permalink
Merge pull request #171 from titoBouzout/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu authored Dec 11, 2024
2 parents 29d8646 + 9105434 commit 843b28e
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 843b28e

Please sign in to comment.