mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: support es-mapping tags
This commit is contained in:
15
index.js
15
index.js
@@ -54,7 +54,20 @@ module.exports = {
|
|||||||
'jsdoc/check-tag-names': [
|
'jsdoc/check-tag-names': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
definedTags: ['internal'],
|
definedTags: [
|
||||||
|
'internal',
|
||||||
|
'aggregatable',
|
||||||
|
'float',
|
||||||
|
'indexable',
|
||||||
|
'integer',
|
||||||
|
'keyword',
|
||||||
|
'sortable',
|
||||||
|
'text',
|
||||||
|
'date',
|
||||||
|
'validatable',
|
||||||
|
'filterable',
|
||||||
|
'inheritTags',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user