aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index e235b606..e2e9800d 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -59,6 +59,7 @@
"jsdoc/require-returns-type": "off",
"jsdoc/require-property-description": "off",
"jsdoc/require-param-description": "off",
+ "jsdoc/check-tag-names": ["error", { "definedTags": ["jest-environment"] }],
"promise/always-return": "off",
"semi": ["error", "never", { "beforeStatementContinuationChars": "always"}],
"semi-style": ["error", "last"]