diff --git a/packages/realm/.eslintrc.json b/packages/realm/.eslintrc.json index e49db3bcc17..12400c32c85 100644 --- a/packages/realm/.eslintrc.json +++ b/packages/realm/.eslintrc.json @@ -1,11 +1,13 @@ { "parser": "@typescript-eslint/parser", "extends": [ - "plugin:@typescript-eslint/recommended" + "plugin:@typescript-eslint/recommended", + "plugin:jsdoc/recommended-typescript" ], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "no-console": "error", - "sort-imports": ["warn", { "ignoreDeclarationSort": true }] + "sort-imports": ["warn", { "ignoreDeclarationSort": true }], + "jsdoc/check-tag-names": "off" } } \ No newline at end of file