From a037b8161a4550bfbbb7296a679d2b8cb3c969d2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 17:33:11 +0300 Subject: Tweak Eslint configuration --- vnext/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext') 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", -- cgit v1.2.3