Skip to content

Commit 1d26385

Browse files
docs: Removes JSDoc declaration.
1 parent 1a10d08 commit 1d26385

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

rules/general.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
/**
2-
* @module react/general
3-
*/
41
module.exports = {
5-
/**
6-
* @namespace
7-
*/
82
rules: {
93
/**
104
* Enforces consistent naming for boolean props.

rules/jsx.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
/**
2-
* @module react/jsx
3-
*/
41
module.exports = {
5-
/**
6-
* @namespace
7-
*/
82
rules: {
93
/**
104
* Enforce boolean attributes notation in JSX. (fixable)

0 commit comments

Comments
 (0)