diff options
author | Vitaly Takmazov | 2022-10-28 17:33:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | a037b8161a4550bfbbb7296a679d2b8cb3c969d2 (patch) | |
tree | e41ccf410ad8f5f2f076dc5adb0f1e5aff2c31c1 | |
parent | 4a3cf0eaf108c01655cda219af5c33f615cbea56 (diff) |
Tweak Eslint configuration
-rw-r--r-- | vnext/.eslintrc | 2 |
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", |