diff options
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |