Skip to content

Commit 58f19f9

Browse files
author
Lijun Zhang
committed
DM-7508: testing more rules
1 parent d5d2e7c commit 58f19f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.eslintrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"plugins": [
3-
"react",
3+
"react",
44
"jsdoc"
55

6-
],
6+
],
77
/* "settings": {
88
"jsdoc": {
99
"tagNamePreference": {
@@ -92,7 +92,8 @@
9292
"jsdoc/require-returns-description": 0,
9393
"jsdoc/require-returns-type": 1
9494

95-
// "react/display-name": 1,
95+
96+
// "react/display-name": 1,
9697
// "react/forbid-prop-types": 1,
9798
// "react/jsx-closing-bracket-location": 1,
9899
// "react/jsx-curly-spacing": 1,

0 commit comments

Comments
 (0)