diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-26 23:56:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-26 23:56:53 +0200 |
commit | 09ff261f156a8599d45c1496fe246ded6e035191 (patch) | |
tree | 306f79709da372b562eca70d356fa25afcde1f95 /packages/server/.eslintrc.json | |
parent | c575df758b269db8e05c597d5870e948771d4c2b (diff) |
Added backend TSDoc/JSDoc comments & refactored a tiny bit
Diffstat (limited to 'packages/server/.eslintrc.json')
-rw-r--r-- | packages/server/.eslintrc.json | 5 |
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 |