We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef1929 commit 5ad750aCopy full SHA for 5ad750a
index.js
@@ -59,6 +59,13 @@ module.exports = {
59
'jsdoc/check-alignment': 'error',
60
'jsdoc/check-indentation': 'error',
61
"jsdoc/no-types": "error",
62
+ "jsdoc/require-param": "off",
63
+ "jsdoc/require-description": "off",
64
+ "jsdoc/require-param-description": "off",
65
+ "jsdoc/require-returns": "off",
66
+ "jsdoc/require-property": "off",
67
+ "jsdoc/require-throws": "off",
68
+ "jsdoc/require-file-overview": "off",
69
"jsdoc/require-jsdoc": [
70
"error",
71
{
@@ -76,7 +83,6 @@ module.exports = {
76
83
77
84
"smart-tabs"
78
85
],
79
- "@stylistic/no-mixed-operators": "error",
80
86
"no-warning-comments": [
81
87
82
88
0 commit comments