Ensure eslint jsdoc is in TS mode.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 24 Mar 2021 21:38:23 +0000 (22:38 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 24 Mar 2021 21:38:23 +0000 (22:38 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc

index 570306d6fe7ac4add0025d38dbae07479d86349a..76157df08296c886588bca430d808b32729d7a1f 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
     "@typescript-eslint",
     "jsdoc"
   ],
+  "settings": {
+    "jsdoc": {
+      "mode": "typescript"
+    }
+  },
   "rules": {
     "indent": "off",
     "@typescript-eslint/indent": [