aboutsummaryrefslogtreecommitdiff
path: root/packages/server/.eslintrc.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-26 23:56:53 +0200
committerHampusM <hampus@hampusmat.com>2021-07-26 23:56:53 +0200
commit09ff261f156a8599d45c1496fe246ded6e035191 (patch)
tree306f79709da372b562eca70d356fa25afcde1f95 /packages/server/.eslintrc.json
parentc575df758b269db8e05c597d5870e948771d4c2b (diff)
Added backend TSDoc/JSDoc comments & refactored a tiny bit
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