Skip to content

Commit

Permalink
Merge pull request #33 from pluralcom/release/v0.6.8
Browse files Browse the repository at this point in the history
Release 0.6.8 | Updated js-doc config
  • Loading branch information
chitrank2050 authored Sep 7, 2023
2 parents fa6287f + 6126711 commit 69aea2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-plural",
"version": "0.6.7",
"version": "0.6.8",
"description": "🎨 How plural paints its code.",
"main": "index.js",
"files": [
Expand Down
20 changes: 10 additions & 10 deletions rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ module.exports = {
'jsdoc/require-jsdoc': [
'warn',
{
// 'require': {
// 'ArrowFunctionExpression': true,
// 'ClassDeclaration': true,
// 'ClassExpression': true,
// 'FunctionDeclaration': true,
// 'FunctionExpression': true,
// 'MethodDefinition': true
// },
require: {
// 'ArrowFunctionExpression': true,
// 'ClassDeclaration': true,
// 'ClassExpression': true,
FunctionDeclaration: false,
// 'FunctionExpression': true,
// 'MethodDefinition': true
},
contexts: [
// 'ArrowFunctionExpression',
// 'FunctionDeclaration',
Expand All @@ -37,9 +37,9 @@ module.exports = {
// 'Property',
// 'TSDeclareFunction',
'TSEnumDeclaration',
'TSInterfaceDeclaration',
// 'TSInterfaceDeclaration',
// 'TSMethodSignature',
// 'TSPropertySignature',
'TSPropertySignature'
// 'TSTypeAliasDeclaration',
// 'VariableDeclaration'
],
Expand Down

0 comments on commit 69aea2d

Please sign in to comment.