aboutsummaryrefslogtreecommitdiff
path: root/packages/server/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/.eslintrc.json')
-rw-r--r--packages/server/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/server/.eslintrc.json b/packages/server/.eslintrc.json
index 6d17384..9ace441 100644
--- a/packages/server/.eslintrc.json
+++ b/packages/server/.eslintrc.json
@@ -13,5 +13,8 @@
"ecmaVersion": 12,
"parser": "@typescript-eslint/parser"
},
- "plugins": [ "@typescript-eslint" ]
+ "plugins": [
+ "@typescript-eslint",
+ "tsdoc"
+ ]
} \ No newline at end of file