Skip to content

Commit

Permalink
πŸ”– 0.6.7 | Updated js-doc config (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitrank2050 authored Sep 6, 2023
1 parent 634f3df commit fa6287f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-plural",
"version": "0.6.6",
"version": "0.6.7",
"description": "🎨 How plural paints its code.",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -100,4 +100,4 @@
"url": "https://github.com/A-Tokyo"
}
]
}
}
2 changes: 1 addition & 1 deletion rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
'TSEnumDeclaration',
'TSInterfaceDeclaration',
// 'TSMethodSignature',
'TSPropertySignature',
// 'TSPropertySignature',
// 'TSTypeAliasDeclaration',
// 'VariableDeclaration'
],
Expand Down

0 comments on commit fa6287f

Please sign in to comment.