Skip to content

Commit

Permalink
Update eslintrc in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Jan 26, 2024
1 parent 8c3b348 commit 3955f10
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions docs/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,21 @@
"root": true,
"rules": {
"linebreak-style": 0,
"arrow-parens": [
"error",
"arrow-parens": ["error",
"as-needed"
],
"max-len": [
"error",
{
"code": 12000,
"ignoreComments": true
}
]
},
"require-jsdoc": [
"error",
{
"max-len": ["error", {
"code": 12000,
"ignoreComments": true
}],
"require-jsdoc": ["error", {
"require": {
"FunctionDeclaration": false,
"MethodDefinition": false,
"ClassDeclaration": false,
"ArrowFunctionExpression": false,
"FunctionExpression": false
}
}
]
}]
}
}

0 comments on commit 3955f10

Please sign in to comment.