Skip to content

Commit e967244

Browse files
authored
docs: update dom-no-unknown-property.md
1 parent 036ff16 commit e967244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/docs/rules/dom-no-unknown-property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ const StyledDiv = <div css={{ color: "pink" }}></div>;
101101
102102
## Implementation
103103
104-
- [Rule source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-debug/src/rules/dom-no-unknown-property.ts)
105-
- [Test source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-debug/src/rules/dom-no-unknown-property.spec.ts)
104+
- [Rule source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom/src/rules/no-unknown-property.ts)
105+
- [Test source](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom/src/rules/no-unknown-property.spec.ts)

0 commit comments

Comments
 (0)