Skip to content

Commit 9105434

Browse files
authored
add bool namespace
1 parent 55c7738 commit 9105434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-solid/src/rules/no-unknown-namespaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { isDOMElementName } from "../utils";
1111

1212
const createRule = ESLintUtils.RuleCreator.withoutDocs;
1313

14-
const knownNamespaces = ["on", "oncapture", "use", "prop", "attr"];
14+
const knownNamespaces = ["on", "oncapture", "use", "prop", "attr", "bool"];
1515
const styleNamespaces = ["style", "class"];
1616
const otherNamespaces = ["xmlns", "xlink"];
1717

0 commit comments

Comments
 (0)