mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"extends": "@openstapps",
|
|
"rules": {
|
|
"@typescript-eslint/no-empty-interface": "off",
|
|
"jsdoc/check-tag-names": [
|
|
"error",
|
|
{
|
|
"definedTags": [
|
|
"internal",
|
|
"aggregatable",
|
|
"float",
|
|
"indexable",
|
|
"integer",
|
|
"keyword",
|
|
"sortable",
|
|
"text",
|
|
"date",
|
|
"validatable",
|
|
"filterable",
|
|
"inheritTags",
|
|
"minLength",
|
|
"pattern",
|
|
"typeparam",
|
|
"TJS-format"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|