File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/plugins/eslint-plugin-react-dom/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import noUnsafeIframeSandbox from "./rules/no-unsafe-iframe-sandbox";
1919import noUnsafeTargetBlank from "./rules/no-unsafe-target-blank" ;
2020import noUseFormState from "./rules/no-use-form-state" ;
2121import noVoidElementsWithChildren from "./rules/no-void-elements-with-children" ;
22+ import preferNamespaceImport from "./rules/prefer-namespace-import" ;
2223
2324export const plugin : CompatiblePlugin = {
2425 meta : {
@@ -43,5 +44,6 @@ export const plugin: CompatiblePlugin = {
4344 "no-unsafe-target-blank" : noUnsafeTargetBlank ,
4445 "no-use-form-state" : noUseFormState ,
4546 "no-void-elements-with-children" : noVoidElementsWithChildren ,
47+ "prefer-namespace-import" : preferNamespaceImport ,
4648 } ,
4749} ;
You can’t perform that action at this time.
0 commit comments