aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 17:33:11 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commita037b8161a4550bfbbb7296a679d2b8cb3c969d2 (patch)
treee41ccf410ad8f5f2f076dc5adb0f1e5aff2c31c1 /vnext
parent4a3cf0eaf108c01655cda219af5c33f615cbea56 (diff)
Tweak Eslint configuration
Diffstat (limited to 'vnext')
-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",