feat: support es-mapping tags

This commit is contained in:
Thea Schöbl
2022-05-04 10:37:15 +00:00
parent cb19ff3598
commit 418fc6ba05

View File

@@ -54,7 +54,20 @@ module.exports = {
'jsdoc/check-tag-names': [
'error',
{
definedTags: ['internal'],
definedTags: [
'internal',
'aggregatable',
'float',
'indexable',
'integer',
'keyword',
'sortable',
'text',
'date',
'validatable',
'filterable',
'inheritTags',
],
},
],