aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc
index 30cc2392..854daf67 100644
--- a/vnext/.eslintrc
+++ b/vnext/.eslintrc
@@ -47,7 +47,7 @@
"only-ascii/only-ascii": ["warn", { "allowedChars": "✓←→♡ ·—©" }],
"react/prop-types": "off",
"testing-library/no-node-access": "off",
- "jsdoc/require-jsdoc": ["error", { "publicOnly" : true }],
+ "jsdoc/require-jsdoc": ["warn", { "publicOnly" : true }],
"jsdoc/require-returns": "off",
"jsdoc/require-returns-type": "off",
"jsdoc/require-property-description": "off",