Skip to content

Commit

Permalink
chore: Remove mandatory jsdoc
Browse files Browse the repository at this point in the history
Fixes #3860
  • Loading branch information
spalladino committed Jan 23, 2024
1 parent ca8b5d9 commit a15487d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions yarn-project/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.colorTheme": "Kimbie Dark"
}
2 changes: 1 addition & 1 deletion yarn-project/foundation/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const contexts = [
'EnumExpression',
];

const JSDOC_RULES_LEVEL = 'error';
const JSDOC_RULES_LEVEL = 'off';

module.exports = {
extends: [
Expand Down

0 comments on commit a15487d

Please sign in to comment.