aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 89d1acd..5eff963 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,6 +1,9 @@
{
"parser": "@typescript-eslint/parser",
- "plugins": ["@typescript-eslint"],
+ "plugins": [
+ "@typescript-eslint",
+ "eslint-plugin-tsdoc"
+ ],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
@@ -10,6 +13,7 @@
],
"rules": {
"no-var": "error",
+ "tsdoc/syntax": "warn",
"no-constant-condition": "off"
}
} \ No newline at end of file